]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/ltglobmod1.c
tunables: Avoid getenv calls and disable glibc.malloc.check by default
[thirdparty/glibc.git] / elf / ltglobmod1.c
1 extern int bar (void);
2
3 int
4 bar (void)
5 {
6 return 42;
7 }