diff options
Diffstat (limited to 'include/asm-m68k/fcntl.h')
-rw-r--r-- | include/asm-m68k/fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68k/fcntl.h b/include/asm-m68k/fcntl.h index c1f6ea405..500d495bf 100644 --- a/include/asm-m68k/fcntl.h +++ b/include/asm-m68k/fcntl.h @@ -28,6 +28,8 @@ #define F_SETOWN 8 /* for sockets. */ #define F_GETOWN 9 /* for sockets. */ +#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 */ |