]> git.ipfire.org Git - thirdparty/glibc.git/blob - dlfcn/modstatic.c
dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476]
[thirdparty/glibc.git] / dlfcn / modstatic.c
1 extern int test (int);
2
3 int
4 test (int a)
5 {
6 return a + a;
7 }