From a68af229266d1a937a98fc7474ebe09b7c3c72b3 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 15 Apr 2012 17:01:58 -0400 Subject: add F_SETSIG and F_GETSIG (linux specific) to fcntl.h F_* is in the reserved namespace so no feature test is needed --- arch/x86_64/bits/fcntl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86_64') diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index f3e99502..40062b5d 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -25,6 +25,8 @@ #define F_SETOWN 8 #define F_GETOWN 9 +#define F_SETSIG 10 +#define F_GETSIG 11 #define F_GETLK 5 #define F_SETLK 6 -- cgit v1.2.1