(MULTIPLE_THREADS_OFFSET): Define unconditionally.
This commit is contained in:
parent
5e79bfc674
commit
594e390a37
@ -7,7 +7,5 @@
|
|||||||
# define __builtin_thread_pointer() ((void *) 0)
|
# define __builtin_thread_pointer() ((void *) 0)
|
||||||
# define thread_offsetof(mem) ((void *) &THREAD_SELF->mem - (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)
|
MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads)
|
||||||
#endif
|
|
||||||
PID_OFFSET thread_offsetof (pid)
|
PID_OFFSET thread_offsetof (pid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user