repo.or.cz
/
libc-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add test for strftime
[libc-test.git]
/
src
/
functional
/
tls_init_dso.c
blob
eff1a586ab1e1b0ff157429f2caa243743b76a25
1
static char
buf
[] =
"foobar"
;
2
__thread
char
*
tls
=
buf
;
3
4
char
*
gettls
()
5
{
6
return
tls
;
7
}
8