aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/fcntl.h')
-rw-r--r--include/asm-parisc/fcntl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-parisc/fcntl.h b/include/asm-parisc/fcntl.h
index 64664ba33440..59a54fff7c63 100644
--- a/include/asm-parisc/fcntl.h
+++ b/include/asm-parisc/fcntl.h
@@ -19,9 +19,6 @@
19#define O_NOFOLLOW 00000200 /* don't follow links */ 19#define O_NOFOLLOW 00000200 /* don't follow links */
20#define O_INVISIBLE 04000000 /* invisible I/O, for DMAPI/XDSM */ 20#define O_INVISIBLE 04000000 /* invisible I/O, for DMAPI/XDSM */
21 21
22#define F_GETLK 5
23#define F_SETLK 6
24#define F_SETLKW 7
25#define F_GETLK64 8 22#define F_GETLK64 8
26#define F_SETLK64 9 23#define F_SETLK64 9
27#define F_SETLKW64 10 24#define F_SETLKW64 10
@@ -36,13 +33,6 @@
36#define F_WRLCK 02 33#define F_WRLCK 02
37#define F_UNLCK 03 34#define F_UNLCK 03
38 35
39/* for old implementation of bsd flock () */
40#define F_EXLCK 4 /* or 3 */
41#define F_SHLCK 8 /* or 4 */
42
43/* for leases */
44#define F_INPROGRESS 16
45
46struct flock { 36struct flock {
47 short l_type; 37 short l_type;
48 short l_whence; 38 short l_whence;