ia64: drop __tls_get_addr from expected ld.so plt usage
[glibc.git] / elf / tst-auditmod9b.c
blob8eeeb499864a48eefe3829354499cc2f202bb64c
1 __thread int a;
3 int f(void)
5 return ++a;