]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(MULTIPLE_THREADS_OFFSET): Define unconditionally.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Jun 2004 20:57:50 +0000 (20:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Jun 2004 20:57:50 +0000 (20:57 +0000)
sysdeps/alpha/nptl/tcb-offsets.sym

index a1a1e45951028f5f9405a6e482b1e96bcf642807..14494ee2cdb2a30323ad3ddbeb55939a3574efbf 100644 (file)
@@ -7,7 +7,5 @@
 # define __builtin_thread_pointer()  ((void *) 0)
 # define thread_offsetof(mem)       ((void *) &THREAD_SELF->mem - (void *) 0)
 
-#if TLS_MULTIPLE_THREADS_IN_TCB
 MULTIPLE_THREADS_OFFSET                thread_offsetof (header.multiple_threads)
-#endif
 PID_OFFSET                     thread_offsetof (pid)