summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/fcntl.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
committer <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
commitbeb116954b9b7f3bb56412b2494b562f02b864b1 (patch)
tree120e997879884e1b9d93b265221b939d2ef1ade1 /include/asm-i386/fcntl.h
parent908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff)
Import of Linux/MIPS 2.1.14
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;