patches/eglibc/trunk/100-powerpc-private_futex.patch
changeset 792 da7a34dfa178
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/eglibc/trunk/100-powerpc-private_futex.patch	Tue Aug 12 09:56:19 2008 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +2008-04-28  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
     1.5 +
     1.6 +	[BZ 6740]
     1.7 +	nptl/sysdeps/powerpc/tcb-offsets.sym (PRIVATE_FUTEX_OFFSET):
     1.8 +	Guard sym definition with #ifndef __ASSUME_PRIVATE_FUTEX.
     1.9 +
    1.10 +--- a/nptl/sysdeps/powerpc/tcb-offsets.sym
    1.11 ++++ b/nptl/sysdeps/powerpc/tcb-offsets.sym
    1.12 +@@ -15,4 +15,6 @@
    1.13 + PID				thread_offsetof (pid)
    1.14 + TID				thread_offsetof (tid)
    1.15 + POINTER_GUARD			(offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
    1.16 ++#ifndef __ASSUME_PRIVATE_FUTEX
    1.17 + PRIVATE_FUTEX_OFFSET		thread_offsetof (header.private_futex)
    1.18 ++#endif