This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-06 05:10:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7f4dce05c2
glibc
/
elf
/
firstobj.c
11 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
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
#
include
<errno.h>
Add prototype.
2001-02-06 10:38:10 +00:00
extern
int
foo
(
void
)
;
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
int
foo
(
void
)
{
errno
=
0
;
return
0
;
}
Reference in New Issue
Copy Permalink