mirror of https://gitee.com/Nocallback/glibc.git
24 changed files with 26 additions and 41 deletions
@ -1,3 +1 @@ |
|||||
#include <tls.h> |
|
||||
|
|
||||
int __thread tlsvar; |
int __thread tlsvar; |
||||
|
|||||
@ -1,5 +1,3 @@ |
|||||
#include <tls.h> |
|
||||
|
|
||||
#include "tls-macros.h" |
#include "tls-macros.h" |
||||
|
|
||||
COMMON_INT_DEF(foo); |
COMMON_INT_DEF(foo); |
||||
|
|||||
@ -1,5 +1,3 @@ |
|||||
#include <tls.h> |
|
||||
|
|
||||
#include "tls-macros.h" |
#include "tls-macros.h" |
||||
|
|
||||
COMMON_INT_DEF(bar); |
COMMON_INT_DEF(bar); |
||||
|
|||||
Loading…
Reference in new issue