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-11 15:50:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bc5e846218
glibc
/
elf
/
unload2mod.c
9 lines
79 B
C
Raw
Normal View
History
Unescape
Escape
Update. * elf/Makefile: Add rules to build and run unload2. * elf/unload2.c: New file. * elf/unload2mod.c: New file. * elf/unload2dep.c: New file. * intl/libintl.h (ngettext macro): Add missing parameter. (dngettext macro): Likewise.
2000-10-21 02:07:22 +00:00
extern
void
foo
(
void
)
;
Update. * elf/neededobj1.c: Likewise. * elf/neededobj2.c: Likewise. * elf/neededobj3.c: Likewise. * elf/neededobj4.c: Likewise. * elf/nextmod1.c: Likewise. * elf/nextmod2.c: Likewise.
2000-12-17 17:50:56 +00:00
extern
void
bar
(
void
)
;
Update. * elf/Makefile: Add rules to build and run unload2. * elf/unload2.c: New file. * elf/unload2mod.c: New file. * elf/unload2dep.c: New file. * intl/libintl.h (ngettext macro): Add missing parameter. (dngettext macro): Likewise.
2000-10-21 02:07:22 +00:00
void
bar
(
void
)
{
foo
(
)
;
}
Reference in New Issue
Copy Permalink