Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)
[glibc.git] / elf / tst-tlsgap-mod2.c
blob166c27d7f3fac2524bf96b76ec320eaad2741986
1 int __thread tls2;
2 int *f2(void) { return &tls2; }