summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-04-15 17:01:58 -0400
committerRich Felker <dalias@aerifal.cx>2012-04-15 17:01:58 -0400
commita68af229266d1a937a98fc7474ebe09b7c3c72b3 (patch)
tree9dbb04586e44e8cb2d5e5cd337c12c0fba657c9d /arch/x86_64/bits
parentb9dd43db04ca312c3c1cc6ddc77e8f5bf559e72d (diff)
downloadmusl-a68af229266d1a937a98fc7474ebe09b7c3c72b3.tar.gz
add F_SETSIG and F_GETSIG (linux specific) to fcntl.h
F_* is in the reserved namespace so no feature test is needed
Diffstat (limited to 'arch/x86_64/bits')
-rw-r--r--arch/x86_64/bits/fcntl.h2
1 files changed, 2 insertions, 0 deletions
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