Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
f58c4e04052ced5e5d3aaa7eae50e0dd4e33050c
f58c4e04052ced5e5d3aaa7eae50e0dd4e33050c
src
functional
tls_init_dso.c
Fork and Edit
Blob
Blame
History
Raw
static char buf[] = "foobar"; __thread char *tls = buf; char *gettls() { return tls; }