summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-11-06 21:00:55 +0000
committerRoland McGrath <roland@gnu.org>1992-11-06 21:00:55 +0000
commitadeef151aef205a33f8d2469cf570ba9b0975c61 (patch)
treea4cbef2576728254d9e2ba50371872980040f7b3 /misc
parent6e91c3f7f0bb62e94956500d5c2d88bd6adc1de3 (diff)
Formerly ../misc/sys/file.h.~5~
Diffstat (limited to 'misc')
-rw-r--r--misc/sys/file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/sys/file.h b/misc/sys/file.h
index 8dbaec0aea..6a50885ee1 100644
--- a/misc/sys/file.h
+++ b/misc/sys/file.h
@@ -44,8 +44,7 @@ __BEGIN_DECLS
/* Apply or remove an advisory lock, according to OPERATION,
on the file FD refers to. */
extern int __flock __P ((int __fd, int __operation));
-
-/* It just so happens that <fcntl.h> does #define flock __flock. Bletch. */
+extern int flock __P ((int __fd, int __operation));
__END_DECLS