]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix F_SETOWN_EX and F_GETOWN_EX definitions for ARM.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 14 Nov 2009 22:39:23 +0000 (22:39 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 14 Nov 2009 22:39:23 +0000 (22:39 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/bits/fcntl.h

index 58bfada3cda350f439d7ecf475886e31816bf0ed..068ce75608034b09baaed9ee03c0d8264d3f135b 100644 (file)
@@ -1,3 +1,8 @@
+2009-11-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN_EX,
+       F_GETOWN_EX): Update values.
+
 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (fallocate): Fix types
index 6388904852500581ff263c328073e9334159786a..e4b6187f919fa87ab1966f1519ab75587af44e27 100644 (file)
@@ -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