mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-27 16:18:52 +00:00
69dc5197af
/trunk/patches/eglibc/2_8/110-AC_PREREQ-2.50.patch | 78 78 0 0 ++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+)
16 lines
547 B
Diff
16 lines
547 B
Diff
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
|