1#include <errno.h>
2
3extern int foo (void);
4
5int
6foo (void)
7{
8 errno = 0;
9 return 0;
10}
11

source code of glibc/elf/firstobj.c