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
missing tweak
[glibc.git]
/
linuxthreads
/
tst-tls1mod.c
blob
a93d2cb9e6905c58c0182ed1aa7bdefc5c32d635
1
#include <tst-tls1.h>
2
3
#ifdef TLS_REGISTER
4
/* Ensure tls_registry is exported from the binary. */
5
void
*
tst_tls1mod attribute_hidden
=
tls_registry
;
6
#endif