]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/testobj1_1.c
Simplify tzfile fstat failure code
[thirdparty/glibc.git] / elf / testobj1_1.c
1 #include "testobj.h"
2
3 int
4 obj1func1 (int a)
5 {
6 return 42 + obj1func2 (a);
7 }