]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-auditmod9b.c
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
[thirdparty/glibc.git] / elf / tst-auditmod9b.c
CommitLineData
d0503676
CD
1__thread int a;
2
3int f(void)
4{
5 return ++a;
6}