This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
mirror of
git://sourceware.org/git/glibc.git
synced
2024-11-21 01:12:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
49ad572a70
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 14:54:15 +08:00
#
include
<errno.h>
Add prototype.
2001-02-06 18:38:10 +08: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 14:54:15 +08:00
int
foo
(
void
)
{
errno
=
0
;
return
0
;
}
Reference in New Issue
Copy Permalink