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
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early
[glibc.git]
/
linuxthreads
/
tst-tls1modc.c
blob
e1094bf7aafa91d10059849c35eb84bfd590890d
1
#include <tst-tls1.h>
2
3
#ifdef TLS_REGISTER
4
static
__thread
int
c
;
5
TLS_REGISTER
(
c
)
6
#endif