Remove constants which are now defined in generic file.
authorCarlos O'Donell <carlos@systemhalted.org>
Sun, 15 Nov 2009 19:36:46 +0000 (14:36 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Sun, 15 Nov 2009 19:36:46 +0000 (14:36 -0500)
Several constants are now defined in a generic file and no longer
need to be defined in the hppa specific file.

2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>

* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
Remove FUTEX_WAITERS, FUTEX_OWNER_DIED, and FUTEX_TID_MASK.

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

index 9ab53aa..4d61147 100644 (file)
@@ -1,4 +1,9 @@
 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
+       Remove FUTEX_WAITERS, FUTEX_OWNER_DIED, and FUTEX_TID_MASK.
+
+2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
            Aurelian Jarno  <aurelien@aurel32.net>
 
        [BZ #10527]
index 10be11a..b6f6923 100644 (file)
 
 #define FUTEX_BITSET_MATCH_ANY 0xffffffff
 
-/* Bits used in robust mutex implementation.  */
-#define FUTEX_WAITERS          0x80000000
-#define FUTEX_OWNER_DIED       0x40000000
-#define FUTEX_TID_MASK         0x3fffffff
-
 /* Values for 'private' parameter of locking macros.  Yes, the
    definition seems to be backwards.  But it is not.  The bit will be
    reversed before passing to the system call.  */