m68k: add NPTL/TLS support
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / m68k / createthread.c
blob9c04a8f4881405c6f6944cde5677ab4bb68113aa
1 /* Value passed to 'clone' for initialization of the thread register. */
2 #define TLS_VALUE ((void *) (pd) \
3 + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE)
5 /* Get the real implementation. */
6 #include <sysdeps/pthread/createthread.c>