]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/unload4mod2.c
tunables: Avoid getenv calls and disable glibc.malloc.check by default
[thirdparty/glibc.git] / elf / unload4mod2.c
CommitLineData
193af754
UD
1#include <stdio.h>
2
3int
4baz (int x)
5{
6 puts ("in baz");
7 return x * 4;
8}