index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
tls
/
tst-tlsmod15a.c
blob: 66c707129acd8aa3e5e6b9cb63d0eeee503ce1c0 (
plain
)
1
2
3
4
5
6
extern
int
nonexistent_dummy_var
;
int
*
foo
(
void
)
{
return
&
nonexistent_dummy_var
;
}