]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/firstobj.c
Regenerate libc.pot
[thirdparty/glibc.git] / elf / firstobj.c
CommitLineData
b71e7ce8
UD
1#include <errno.h>
2
49a9dd2b
AJ
3extern int foo (void);
4
b71e7ce8
UD
5int
6foo (void)
7{
8 errno = 0;
9 return 0;
10}