add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / functional / dlopen_dso.c
1 int i = 1;
2
3 void f(void)
4 {
5         i++;
6 }