diff options
Diffstat (limited to 'include/asm-sparc/fcntl.h')
-rw-r--r-- | include/asm-sparc/fcntl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-sparc/fcntl.h b/include/asm-sparc/fcntl.h index 1d35c90daec7..61334bff18c4 100644 --- a/include/asm-sparc/fcntl.h +++ b/include/asm-sparc/fcntl.h | |||
@@ -22,8 +22,6 @@ | |||
22 | #define F_GETLK 7 | 22 | #define F_GETLK 7 |
23 | #define F_SETLK 8 | 23 | #define F_SETLK 8 |
24 | #define F_SETLKW 9 | 24 | #define F_SETLKW 9 |
25 | #define F_SETSIG 10 /* for sockets. */ | ||
26 | #define F_GETSIG 11 /* for sockets. */ | ||
27 | 25 | ||
28 | #define F_GETLK64 12 /* using 'struct flock64' */ | 26 | #define F_GETLK64 12 /* using 'struct flock64' */ |
29 | #define F_SETLK64 13 | 27 | #define F_SETLK64 13 |
@@ -34,13 +32,6 @@ | |||
34 | #define F_WRLCK 2 | 32 | #define F_WRLCK 2 |
35 | #define F_UNLCK 3 | 33 | #define F_UNLCK 3 |
36 | 34 | ||
37 | /* for old implementation of bsd flock () */ | ||
38 | #define F_EXLCK 4 /* or 3 */ | ||
39 | #define F_SHLCK 8 /* or 4 */ | ||
40 | |||
41 | /* for leases */ | ||
42 | #define F_INPROGRESS 16 | ||
43 | |||
44 | struct flock { | 35 | struct flock { |
45 | short l_type; | 36 | short l_type; |
46 | short l_whence; | 37 | short l_whence; |