]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.
authorUlrich Drepper <drepper@redhat.com>
Thu, 1 Oct 2009 08:18:41 +0000 (01:18 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 1 Oct 2009 08:18:41 +0000 (01:18 -0700)
ChangeLog
sysdeps/unix/sysv/linux/i386/bits/fcntl.h
sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
sysdeps/unix/sysv/linux/s390/bits/fcntl.h
sysdeps/unix/sysv/linux/sh/bits/fcntl.h
sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h

index be2f01a9412f742c522acf376bf48881142f1e3d..43c773b922c7bc0d8327d3ee01f172e28f7d5126 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-10-01  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
+       F_GETOWN_EX.
+       * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+
 2009-09-28  Andreas Schwab  <schwab@redhat.com>
 
        * stdio-common/printf_fp.c: Check for and avoid integer overflows.
index 35ef665998f22a3deae27c541f19b362a8fc9b2a..0138b69d78cd93649b7c16b2467945daa925ad67 100644 (file)
 #define F_SETLKW64     14      /* Set record locking info (blocking).  */
 
 #if defined __USE_BSD || defined __USE_UNIX98
-# define F_SETOWN      8       /* Get owner of socket (receiver of SIGIO).  */
-# define F_GETOWN      9       /* Set owner of socket (receiver 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).  */
 #endif
 
 #ifdef __USE_GNU
index 6abc5ced65ecfb8c03c98239cae0963e21e804fa..b0af8697f8e3c5c50462f0ce86b23cdf61b62b9b 100644 (file)
 #define F_SETLKW64     7       /* Set record locking info (blocking).  */
 
 #if defined __USE_BSD || defined __USE_UNIX98
-# define F_SETOWN      8       /* Get owner of socket (receiver of SIGIO).  */
-# define F_GETOWN      9       /* Set owner of socket (receiver 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).  */
 #endif
 
 #ifdef __USE_GNU
index 90b669ab6097d48d328cf11fcf6e93e4f070850d..f7ce2aacc836e63a93ddbe00dddbec198f6d2db7 100644 (file)
 #define F_SETLKW64     14      /* Set record locking info (blocking).  */
 
 #if defined __USE_BSD || defined __USE_UNIX98
-# define F_SETOWN      8       /* Get owner of socket (receiver of SIGIO).  */
-# define F_GETOWN      9       /* Set owner of socket (receiver of SIGIO).  */
+# define F_SETOWN      8       /* Get owner (process receiving of SIGIO).  */
+# define F_GETOWN      9       /* Set owner (process receiving of 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).  */
 #endif
 
 #ifdef __USE_GNU
index ff5941df6544ce52fa71950b6d6bcda1b7566b75..0e6cbfda853363783880387c824bc0318dc7dc34 100644 (file)
 #endif
 
 #if defined __USE_BSD || defined __USE_UNIX98
-# define F_SETOWN      8       /* Get owner of socket (receiver of SIGIO).  */
-# define F_GETOWN      9       /* Set owner of socket (receiver 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).  */
 #endif
 
 #ifdef __USE_GNU
index 35ef665998f22a3deae27c541f19b362a8fc9b2a..dee02a101ebfc0bcfc2cf90f6d2395614ae4b049 100644 (file)
 #define F_SETLKW64     14      /* Set record locking info (blocking).  */
 
 #if defined __USE_BSD || defined __USE_UNIX98
-# define F_SETOWN      8       /* Get owner of socket (receiver of SIGIO).  */
-# define F_GETOWN      9       /* Set owner of socket (receiver of SIGIO).  */
+# define F_SETOWN      8       /* Get owner (process receiving of SIGIO).  */
+# define F_GETOWN      9       /* Set owner (process receiving of 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 of SIGIO).  */
+# define F_GETOWN_EX   13      /* Set owner (thread receiving of SIGIO).  */
 #endif
 
 #ifdef __USE_GNU
index d59744a55e22324a6365616654e15859ff2cb6f4..6d5e82676d5de7e31a213b1fb30b0db53da445d3 100644 (file)
@@ -83,8 +83,8 @@
 #define F_GETFL                3       /* Get file status flags.  */
 #define F_SETFL                4       /* Set file status flags.  */
 #if defined __USE_BSD || defined __USE_UNIX98
-# define F_GETOWN      5       /* Get owner of socket (receiver of SIGIO).  */
-# define F_SETOWN      6       /* Set owner of socket (receiver of SIGIO).  */
+# define F_GETOWN      5       /* Get owner (process receiving SIGIO).  */
+# define F_SETOWN      6       /* Set owner (process receiving SIGIO).  */
 #endif
 #ifndef __USE_FILE_OFFSET64
 # define F_GETLK       7       /* Get record locking info.  */
@@ -99,6 +99,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_GETOWN_EX   12      /* Get owner (thread receiving SIGIO).  */
+# define F_SETOWN_EX   13      /* Set owner (thread receiving SIGIO).  */
 #endif
 
 #ifdef __USE_GNU
index bc0f4d687b38aed532315bf0788bbc81cfde00f5..2041f5764ea7859c9a4562d0e5074de5d977e035 100644 (file)
 #endif
 
 #if defined __USE_BSD || defined __USE_UNIX98
-# define F_SETOWN      8       /* Get owner of socket (receiver of SIGIO).  */
-# define F_GETOWN      9       /* Set owner of socket (receiver of SIGIO).  */
+# define F_SETOWN      8       /* Get owner (process receiving of SIGIO).  */
+# define F_GETOWN      9       /* Set owner (process receiving of 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).  */
 #endif
 
 #ifdef __USE_GNU