summaryrefslogtreecommitdiff
path: root/misc/sys/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys/file.h')
-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 02285938cf..a2e7bf0ee6 100644
--- a/misc/sys/file.h
+++ b/misc/sys/file.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -48,7 +48,6 @@ __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));
extern int flock __P ((int __fd, int __operation));