mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
563e3528e5
* elf/reldep4mod2.c: Use fully typed decls to avoid warnings. * elf/reldep4mod4.c: Likewise.
8 lines
60 B
C
8 lines
60 B
C
extern int foo (void);
|
|
|
|
int
|
|
bar (void)
|
|
{
|
|
return foo ();
|
|
}
|