This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-23 17:53:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e096b7a189
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