From 03ba4131783cc9e872f8bb26a03f15bc11f27564 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 19 Sep 1998 19:15:08 +0000 Subject: - Merge with Linux 2.1.121. - Bugfixes. --- include/asm-sparc64/fcntl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asm-sparc64/fcntl.h') 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 */ -- cgit v1.2.3