From 5c7cad0b6d0a4bcc1073b9510dad79464278af3a Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 13 Apr 1997 17:08:35 +0000 Subject: [PATCH] Prototype flockfile/funlockfile to clean up some warnings. --- lib/libpthread/include/stdio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libpthread/include/stdio.h b/lib/libpthread/include/stdio.h index b53fd2322c3..9efae3e47af 100644 --- a/lib/libpthread/include/stdio.h +++ b/lib/libpthread/include/stdio.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)stdio.h 5.17 (Berkeley) 6/3/91 - * $Id: stdio.h,v 1.1.1.1 1995/10/18 08:43:04 deraadt Exp $ $provenid: stdio.h,v 1.18 1994/02/07 03:32:06 proven Exp $ + * $Id: stdio.h,v 1.2 1997/04/13 17:08:35 briggs Exp $ $provenid: stdio.h,v 1.18 1994/02/07 03:32:06 proven Exp $ */ #ifndef _STDIO_H_ @@ -297,6 +297,8 @@ __BEGIN_DECLS int __srget __P((FILE *)); int __svfscanf __P((FILE *, const char *, va_list)); int __swbuf __P((int, FILE *)); +void flockfile __P((FILE *fp)); +void funlockfile __P((FILE *fp)); __END_DECLS /* -- 2.20.1