Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
a0c28c7673121dcb9305d1ea21aa5a42a5d9929d
a0c28c7673121dcb9305d1ea21aa5a42a5d9929d
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; }