mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update.
* elf/Makefile: Add rules to build and run initfirst test. * elf/initfirst.c: New file. * elf/firstobj.c: New file.
This commit is contained in:
8
elf/firstobj.c
Normal file
8
elf/firstobj.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <errno.h>
|
||||
|
||||
int
|
||||
foo (void)
|
||||
{
|
||||
errno = 0;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user