aboutsummaryrefslogtreecommitdiff
path: root/include/sys/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/file.h')
-rw-r--r--include/sys/file.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/sys/file.h b/include/sys/file.h
deleted file mode 100644
index d0cd1f9e15..0000000000
--- a/include/sys/file.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _SYS_FILE_H
-#include <misc/sys/file.h>
-
-# ifndef _ISOMAC
-
-/* Now define the internal interfaces. */
-extern int __flock (int __fd, int __operation);
-
-# endif /* !_ISOMAC */
-#endif