summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/csky/createthread.c
blob: bad8b057886c2a1c2374f1051abe8ebdf42b72c7 (plain)
1
2
3
4
5
/* Value passed to 'clone' for initialization of the thread register.  */
#define TLS_VALUE (pd + 1)

/* Get the real implementation.	 */
#include <sysdeps/pthread/createthread.c>