mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00: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 ();
|
|
}
|