Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289642 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
--
1
ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h |    5 +++++
ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h |    5 +++++
2
1 file changed, 5 insertions(+)
1
1 file changed, 5 insertions(+)
3
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
Lines 37-43 Link Here
37
#define FUTEX_LOCK_PI		6
37
#define FUTEX_LOCK_PI		6
38
#define FUTEX_UNLOCK_PI		7
38
#define FUTEX_UNLOCK_PI		7
39
#define FUTEX_TRYLOCK_PI	8
39
#define FUTEX_TRYLOCK_PI	8
40
#define FUTEX_WAIT_BITSET	9
41
#define FUTEX_WAKE_BITSET	10
40
#define FUTEX_PRIVATE_FLAG	128
42
#define FUTEX_PRIVATE_FLAG	128
43
#define FUTEX_CLOCK_REALTIME	256
44
45
#define FUTEX_BITSET_MATCH_ANY	0xffffffff
41
46
42
/* Values for 'private' parameter of locking macros.  Yes, the
47
/* Values for 'private' parameter of locking macros.  Yes, the
43
   definition seems to be backwards.  But it is not.  The bit will be
48
   definition seems to be backwards.  But it is not.  The bit will be

Return to bug 289642