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