mirror of git://sourceware.org/git/glibc.git
3 lines
105 B
C
3 lines
105 B
C
|
int __thread tls1[100]; /* Size > glibc.rtld.optional_static_tls / 2. */
|
||
|
int *f1(void) { return tls1; }
|