summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/fcntl.h')
-rw-r--r--include/asm-i386/fcntl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-i386/fcntl.h b/include/asm-i386/fcntl.h
index 0cb8fcdba..369ac5153 100644
--- a/include/asm-i386/fcntl.h
+++ b/include/asm-i386/fcntl.h
@@ -48,11 +48,6 @@
blocking */
#define LOCK_UN 8 /* remove lock */
-#ifdef __KERNEL__
-#define F_POSIX 1
-#define F_FLOCK 2
-#endif /* __KERNEL__ */
-
struct flock {
short l_type;
short l_whence;