debug: Improve fcntl.h fortify warnings with clang
[glibc.git] / elf / tst-tlsgap-mod0.c
blob1478b0beac5faf981f7ff6c2131a5cee18e69545
1 int __thread tls0;
2 int *f0(void) { return &tls0; }