patches/eglibc/2_8/100-powerpc-private_futex.patch
author Arnaud Lacombe <lacombar@gmail.com>
Tue Aug 03 06:17:51 2010 +0200 (2010-08-03)
changeset 2064 f5ebe8c429dc
parent 792 da7a34dfa178
permissions -rw-r--r--
libc/uClibc: add uClibc 0.9.30.3

This version has been released a couple of month ago, but it never reached
crosstool-ng tree. This may be linked to the fact that the current 0.9.30.2,
once patched, has nothing much different from 0.9.30.3, released.

I'm not including any patch with this upgrade, on purpose.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
yann@792
     1
2008-04-28  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
yann@792
     2
yann@792
     3
	[BZ 6740]
yann@792
     4
	nptl/sysdeps/powerpc/tcb-offsets.sym (PRIVATE_FUTEX_OFFSET):
yann@792
     5
	Guard sym definition with #ifndef __ASSUME_PRIVATE_FUTEX.
yann@792
     6
yann@792
     7
--- a/nptl/sysdeps/powerpc/tcb-offsets.sym
yann@792
     8
+++ b/nptl/sysdeps/powerpc/tcb-offsets.sym
yann@792
     9
@@ -15,4 +15,6 @@
yann@792
    10
 PID				thread_offsetof (pid)
yann@792
    11
 TID				thread_offsetof (tid)
yann@792
    12
 POINTER_GUARD			(offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
yann@792
    13
+#ifndef __ASSUME_PRIVATE_FUTEX
yann@792
    14
 PRIVATE_FUTEX_OFFSET		thread_offsetof (header.private_futex)
yann@792
    15
+#endif