From: Ulrich Drepper Date: Mon, 28 Jun 2004 20:57:50 +0000 (+0000) Subject: (MULTIPLE_THREADS_OFFSET): Define unconditionally. X-Git-Tag: glibc-2.16-ports-before-merge~1163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594e390a371bf9aa09cc7a813ed3beeeda7d886c;p=thirdparty%2Fglibc.git (MULTIPLE_THREADS_OFFSET): Define unconditionally. --- diff --git a/sysdeps/alpha/nptl/tcb-offsets.sym b/sysdeps/alpha/nptl/tcb-offsets.sym index a1a1e459510..14494ee2cdb 100644 --- a/sysdeps/alpha/nptl/tcb-offsets.sym +++ b/sysdeps/alpha/nptl/tcb-offsets.sym @@ -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)