Sign in
chromium
/
native_client
/
nacl-glibc
/
8ec02f0e5af28bd478ce262f04d156e4ef09c4d9
/
.
/
tls.make.c
blob: 6bcd2479c6f7469d84d91e2bc09091fad8786afb [
file
]
/* 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