repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(INTERNAL_SYSCALL): Add LOAD_REGS_##nr. (LOAD_ARGS_0, LOAD_ARGS_1, LOAD_ARGS_2, LOAD_...
[glibc.git]
/
linuxthreads
/
tst-tls1modb.c
blob
be8c95b48664e78abf522eca00f801330d89917f
1
#include <tst-tls1.h>
2
3
#ifdef TLS_REGISTER
4
static
__thread
int
b
;
5
TLS_REGISTER
(
b
)
6
#endif