android_mt6572_jiabo/external/valgrind/none/tests/tls2_so.c
2025-09-05 16:56:03 +08:00

5 lines
68 B
C

#include <config.h>
#ifdef HAVE_TLS
__thread int so_extern;
#endif