mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
3 lines
51 B
C
3 lines
51 B
C
|
int __thread tls0;
|
||
|
int *f0(void) { return &tls0; }
|