8 lines
86 B
C
8 lines
86 B
C
|
#include <tls.h>
|
||
|
|
||
|
#ifdef USE_TLS
|
||
|
#include "tls-macros.h"
|
||
|
|
||
|
COMMON_INT_DEF(foo);
|
||
|
#endif
|