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