From 1311b164df26ee49740b805d4f32fffde163b1e6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 26 Jul 2008 16:32:59 +0000 Subject: * stdio-common/printf_fp.c (___printf_fp): Give wide outout code the same treatment as narow output code in last patch. --- nptl/sysdeps/powerpc/tcb-offsets.sym | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/sysdeps/powerpc') diff --git a/nptl/sysdeps/powerpc/tcb-offsets.sym b/nptl/sysdeps/powerpc/tcb-offsets.sym index eda43dce8e..8ac133dfd0 100644 --- a/nptl/sysdeps/powerpc/tcb-offsets.sym +++ b/nptl/sysdeps/powerpc/tcb-offsets.sym @@ -15,4 +15,6 @@ MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads) 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 -- cgit 1.4.1