about summary refs log tree commit diff
path: root/elf/tst-tlsgap-mod1.c
blob: b10fc3702c43e4788743dd7d0a4f5237780b599f (plain) (blame)
1
2
int __thread tls1[100]; /* Size > glibc.rtld.optional_static_tls / 2.  */
int *f1(void) { return tls1; }