about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-14 08:28:40 -0800
committerPetr Baudis <pasky@ucw.cz>2009-11-14 21:37:33 +0100
commitdc2d2c7e915b0add3755d41bcd0739ed0e69c5d3 (patch)
tree2a4b6308bc2712e72139d715e24e5a4af97ffd4f /sysdeps/unix/sysv/linux/i386
parent51e4196f16a2d98377e3c481a44e133369dc7669 (diff)
downloadglibc-dc2d2c7e915b0add3755d41bcd0739ed0e69c5d3.tar.gz
glibc-dc2d2c7e915b0add3755d41bcd0739ed0e69c5d3.tar.xz
glibc-dc2d2c7e915b0add3755d41bcd0739ed0e69c5d3.zip
Fix F_SETOWN_EX and F_GETOWN_EX definitions.
(cherry picked from commit 8964681064db9f13ee4ec7f46c53f04d66a04b99)
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/bits/fcntl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bits/fcntl.h b/sysdeps/unix/sysv/linux/i386/bits/fcntl.h
index 6a38dc03fe..a6db8a86b4 100644
--- a/sysdeps/unix/sysv/linux/i386/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/i386/bits/fcntl.h
@@ -92,8 +92,8 @@
 #ifdef __USE_GNU
 # define F_SETSIG	10	/* Set number of signal to be sent.  */
 # define F_GETSIG	11	/* Get number of signal to be sent.  */
-# define F_SETOWN_EX	12	/* Get owner (thread receiving SIGIO).  */
-# define F_GETOWN_EX	13	/* Set owner (thread receiving SIGIO).  */
+# define F_SETOWN_EX	15	/* Get owner (thread receiving SIGIO).  */
+# define F_GETOWN_EX	16	/* Set owner (thread receiving SIGIO).  */
 #endif
 
 #ifdef __USE_GNU