From 5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 Mon Sep 17 00:00:00 2001 From: svn2git Date: Fri, 1 Jul 1994 00:00:00 -0800 Subject: Release FreeBSD 1.1.5.1 This commit was manufactured to restore the state of the 1.1.5.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- lib/libpthread/include/stdio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libpthread/include') diff --git a/lib/libpthread/include/stdio.h b/lib/libpthread/include/stdio.h index 70a4265ae2ab..7e58f48875b5 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 1994/01/30 04:22:49 proven Exp $ + * $Id: stdio.h,v 1.2 1994/04/09 15:34:53 ats Exp $ */ #ifndef _STDIO_H_ @@ -296,6 +296,8 @@ __BEGIN_DECLS int __srget __P((FILE *)); int __svfscanf __P((FILE *, const char *, va_list)); int __swbuf __P((int, FILE *)); +void flockfile(FILE *); +void funlockfile(FILE *); __END_DECLS /* -- cgit v1.2.3