(MULTIPLE_THREADS_OFFSET): Define unconditionally.

This commit is contained in:
Ulrich Drepper 2004-06-28 20:57:50 +00:00
parent 5e79bfc674
commit 594e390a37

View 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)