diff options
Diffstat (limited to 'include/asm-sparc64/fcntl.h')
-rw-r--r-- | include/asm-sparc64/fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/fcntl.h b/include/asm-sparc64/fcntl.h index 33044df82..1db734bed 100644 --- a/include/asm-sparc64/fcntl.h +++ b/include/asm-sparc64/fcntl.h @@ -28,6 +28,8 @@ #define F_GETLK 7 #define F_SETLK 8 #define F_SETLKW 9 +#define F_SETSIG 10 /* for sockets. */ +#define F_GETSIG 11 /* for sockets. */ /* for F_[GET|SET]FL */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ |