]> git.ipfire.org Git - thirdparty/glibc.git/blame - dlfcn/modstatic.c
Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1).
[thirdparty/glibc.git] / dlfcn / modstatic.c
CommitLineData
98519d62
AJ
1extern int test (int);
2
be1152ca
UD
3int
4test (int a)
5{
6 return a + a;
7}