]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 13 Jul 2009 21:57:18 +0000 (23:57 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 19 Jul 2009 13:59:58 +0000 (15:59 +0200)
FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
FUTEX_BITSET_MATCH_ANY.

ChangeLog.alpha
sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h

index cc7e059f1e198be24a406e3eeb6e4a1fef1753b7..d2cedc55d21e940795b9698400c1f3fb0e2466ee 100644 (file)
@@ -4,6 +4,11 @@
         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
         Change parameters and use next_line.
 
+       [BZ #10160]
+       * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
+       FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
+       FUTEX_BITSET_MATCH_ANY.
+
 2008-11-26  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
index 93188234cb23a1e244c136397df15ecd6535daef..7903745c22c6610d6f388e767f58ce38fce0cd18 100644 (file)
 #define FUTEX_LOCK_PI          6
 #define FUTEX_UNLOCK_PI                7
 #define FUTEX_TRYLOCK_PI       8
+#define FUTEX_WAIT_BITSET      9
+#define FUTEX_WAKE_BITSET      10
 #define FUTEX_PRIVATE_FLAG     128
+#define FUTEX_CLOCK_REALTIME   256
+
+#define FUTEX_BITSET_MATCH_ANY 0xffffffff
 
 /* Values for 'private' parameter of locking macros.  Yes, the
    definition seems to be backwards.  But it is not.  The bit will be