aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/sh/tcb-offsets.sym
blob: 7537daa915f562a15834273bf823470a9258dabc (plain)
1
2
3
4
5
6
7
8
9
10
#include <sysdep.h>
#include <tls.h>

--
#ifdef USE_TLS
MULTIPLE_THREADS_OFFSET ((char *) &p_multiple_threads ((struct _pthread_descr_struct *)0) - (char *) 0)
TLS_PRE_TCB_SIZE	sizeof (struct _pthread_descr_struct)
#else
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
#endif