mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
f6de2239e2
* 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.
8 lines
55 B
C
8 lines
55 B
C
extern void foo (void);
|
|
|
|
void
|
|
bar (void)
|
|
{
|
|
foo ();
|
|
}
|