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