mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Reported by Joseph Myers <joseph@codesourcery.com>:
* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h (FUTEX_LOCK_PI, FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
This commit is contained in:
parent
0ad4d3b0cb
commit
0700eb7046
@ -1,3 +1,9 @@
|
||||
2006-08-04 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
Reported by Joseph Myers <joseph@codesourcery.com>:
|
||||
* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h (FUTEX_LOCK_PI,
|
||||
FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
|
||||
|
||||
2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/sigaction.c: If WRAPPER_INCLUDE is
|
||||
|
@ -31,6 +31,9 @@
|
||||
#define FUTEX_CMP_REQUEUE 4
|
||||
#define FUTEX_WAKE_OP 5
|
||||
#define FUTEX_OP_CLEAR_WAKE_IF_GT_ONE ((4 << 24) | 1)
|
||||
#define FUTEX_LOCK_PI 6
|
||||
#define FUTEX_UNLOCK_PI 7
|
||||
#define FUTEX_TRYLOCK_PI 8
|
||||
|
||||
/* Initializer for compatibility lock. */
|
||||
#define LLL_MUTEX_LOCK_INITIALIZER (0)
|
||||
|
Loading…
Reference in New Issue
Block a user