]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/firstobj.c
elf: Fix hwcaps string size overestimation
[thirdparty/glibc.git] / elf / firstobj.c
1 #include <errno.h>
2
3 extern int foo (void);
4
5 int
6 foo (void)
7 {
8 errno = 0;
9 return 0;
10 }