Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
64ee3cb2c85c40e591e287db5f02a492bbf5cfa2
64ee3cb2c85c40e591e287db5f02a492bbf5cfa2
elf
tst-tlsmod13.c
Fork and Edit
Blob
Blame
History
Raw
__thread int a[2] __attribute__ ((tls_model ("initial-exec"))); int foo (void) { return a[0]; }