about summary refs log tree commit diff
path: root/nptl/sysdeps/powerpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-26 16:32:59 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-26 16:32:59 +0000
commit1311b164df26ee49740b805d4f32fffde163b1e6 (patch)
tree4ef22736c806bfb7c9d3129718581c86a88946cb /nptl/sysdeps/powerpc
parentff0bf75374401cd3a726d209198dca4af272b1c2 (diff)
downloadglibc-1311b164df26ee49740b805d4f32fffde163b1e6.tar.gz
glibc-1311b164df26ee49740b805d4f32fffde163b1e6.tar.xz
glibc-1311b164df26ee49740b805d4f32fffde163b1e6.zip
* stdio-common/printf_fp.c (___printf_fp): Give wide outout code
	the same treatment as narow output code in last patch.
Diffstat (limited to 'nptl/sysdeps/powerpc')
-rw-r--r--nptl/sysdeps/powerpc/tcb-offsets.sym2
1 files changed, 2 insertions, 0 deletions
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