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