Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
64c984b04743ba460566a4783ed59c60a75a2f0c
64c984b04743ba460566a4783ed59c60a75a2f0c
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]; }