5 lines
72 B
C
5 lines
72 B
C
#include <config.h>
|
|
|
|
#ifdef HAVE_TLS
|
|
__thread int static_extern;
|
|
#endif
|