glibc/tls.make.c
Jakub Jelinek 32c075e1f0 .
2007-07-31 13:33:18 +00:00

10 lines
172 B
C

/* This produces a makefile fragment saying `use-thread = yes' or no. */
#include <tls.h>
#if USE___THREAD
@@@ use-thread = yes @@@
#else
@@@ use-thread = no @@@
#endif