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