]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/neededobj2.c
Add list of bugs fixed in 2.25
[thirdparty/glibc.git] / elf / neededobj2.c
CommitLineData
5c80f57c 1extern void b_function (void);
ceb579a3
UD
2extern void c_function (void);
3
4void
5b_function (void)
6{
7 c_function();
8}