]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/reldep6mod4.c
tunables: Avoid getenv calls and disable glibc.malloc.check by default
[thirdparty/glibc.git] / elf / reldep6mod4.c
CommitLineData
c47e78b1
UD
1int foo (void);
2int weak (void);
3
4int foo (void)
5{
6 return 10;
7}
8
9int weak (void)
10{
11 return 30;
12}