aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-14 08:28:40 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-14 08:28:40 -0800
commit8964681064db9f13ee4ec7f46c53f04d66a04b99 (patch)
treefb177e01c6f436aea164f4d680be6401168416fc /sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h
parent24c0bf7a76ecec65aca0dbce1f7ebb8f68425dc2 (diff)
downloadglibc-8964681064db9f13ee4ec7f46c53f04d66a04b99.zip
glibc-8964681064db9f13ee4ec7f46c53f04d66a04b99.tar.gz
glibc-8964681064db9f13ee4ec7f46c53f04d66a04b99.tar.bz2
Fix F_SETOWN_EX and F_GETOWN_EX definitions.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h b/sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h
index c3eb859..6e96885 100644
--- a/sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h
@@ -99,15 +99,15 @@
#endif
#if defined __USE_BSD || defined __USE_UNIX98
-# define F_SETOWN 8 /* Get owner (process receiving of SIGIO). */
-# define F_GETOWN 9 /* Set owner (process receiving of SIGIO). */
+# define F_SETOWN 8 /* Get owner (process receiving SIGIO). */
+# define F_GETOWN 9 /* Set owner (process receiving SIGIO). */
#endif
#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