From 92cdaf3567e42eaba29b0333f5748dc62241b27f Mon Sep 17 00:00:00 2001 From: Donn Seeley Date: Sat, 23 Feb 1991 19:13:09 -0800 Subject: [PATCH] One more prototype declaration. SCCS-vsn: sys/sys/fcntl.h 5.12 --- usr/src/sys/sys/fcntl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/sys/fcntl.h b/usr/src/sys/sys/fcntl.h index e66920097a..bae0043d1a 100644 --- a/usr/src/sys/sys/fcntl.h +++ b/usr/src/sys/sys/fcntl.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)fcntl.h 5.11 (Berkeley) %G% + * @(#)fcntl.h 5.12 (Berkeley) %G% */ #ifndef _FCNTL_H_ @@ -153,6 +153,9 @@ __BEGIN_DECLS int open __P((const char *, int, ...)); int creat __P((const char *, mode_t)); int fcntl __P((int, int, ...)); +#ifndef _POSIX_SOURCE +int flock __P((int, int)); +#endif /* !_POSIX_SOURCE */ __END_DECLS #endif -- 2.20.1