mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
patches/eglibc: remove 100-powerpc-private_futex.patch from trunk
100-powerpc-private_futex.patch no longer applies to eglibc trunk. This patch was submitted upstream in trunk. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
889eb6df62
commit
f4998ff94a
@ -1,15 +0,0 @@
|
|||||||
2008-04-28 Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
|
|
||||||
|
|
||||||
[BZ 6740]
|
|
||||||
nptl/sysdeps/powerpc/tcb-offsets.sym (PRIVATE_FUTEX_OFFSET):
|
|
||||||
Guard sym definition with #ifndef __ASSUME_PRIVATE_FUTEX.
|
|
||||||
|
|
||||||
--- a/nptl/sysdeps/powerpc/tcb-offsets.sym
|
|
||||||
+++ b/nptl/sysdeps/powerpc/tcb-offsets.sym
|
|
||||||
@@ -15,4 +15,6 @@
|
|
||||||
PID thread_offsetof (pid)
|
|
||||||
TID thread_offsetof (tid)
|
|
||||||
POINTER_GUARD (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
|
|
||||||
+#ifndef __ASSUME_PRIVATE_FUTEX
|
|
||||||
PRIVATE_FUTEX_OFFSET thread_offsetof (header.private_futex)
|
|
||||||
+#endif
|
|
Loading…
x
Reference in New Issue
Block a user