glibc/elf/firstobj.c
Ulrich Drepper b71e7ce864 Update.
* elf/Makefile: Add rules to build and run initfirst test.
	* elf/initfirst.c: New file.
	* elf/firstobj.c: New file.
2001-02-02 06:54:15 +00:00

9 lines
64 B
C

#include <errno.h>
int
foo (void)
{
errno = 0;
return 0;
}