Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / tls2_so.c
blobc14a6909d535c3c321bbbc9d344e9711108df212
1 #include <config.h>
3 #ifdef HAVE_TLS
4 __thread int so_extern;
5 #endif