]> sourceware.org Git - glibc.git/commitdiff
Define F_SETOWN_EX and F_GETOWN_EX for ARM.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 3 Oct 2009 17:39:05 +0000 (17:39 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 3 Oct 2009 17:39:05 +0000 (17:39 +0000)
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Define F_SETOWN_EX and
F_GETOWN_EX.

ChangeLog.arm
sysdeps/unix/sysv/linux/arm/bits/fcntl.h

index 9df8b0f42483e78552912b6d62ef07b30e8dfcf5..4fcce6106ac0585ee36aa1d4af47c362623508b0 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Define F_SETOWN_EX and
+       F_GETOWN_EX.
+
 2009-08-06  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/arm/____longjmp_chk.S: Remove.  Replaced by....
index 277c97aedf27668c17539d52fee70c2c177ceb74..80ecee7125677e1a069b3e7d25d09e0ae2c66a9c 100644 (file)
@@ -1,5 +1,5 @@
 /* O_*, F_*, FD_* bit values for Linux.
-   Copyright (C) 1995-1998, 2000, 2004, 2006, 2007
+   Copyright (C) 1995-1998, 2000, 2004, 2006, 2007, 2009
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
 #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
This page took 0.047183 seconds and 5 git commands to generate.