2009-02-25 Carlos O'Donell <carlos@codesourcery.com>
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 26 Feb 2009 19:46:02 +0000 (19:46 +0000)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 26 Feb 2009 19:46:02 +0000 (19:46 +0000)
* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define
FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME,
and FUTEX_BITSET_MATCH_ANY.

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

index 350b11a..e99d768 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define 
+       FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME,
+       and FUTEX_BITSET_MATCH_ANY.
+
 2009-02-22  Carlos O'Donell  <carlos@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/hppa/Versions: Add missing bracket.
index 6998a91..10be11a 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
 
 /* Bits used in robust mutex implementation.  */
 #define FUTEX_WAITERS          0x80000000