mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
2001-06-10 Roland McGrath <roland@frob.com>
* elf/reldep4mod2.c: Use fully typed decls to avoid warnings. * elf/reldep4mod4.c: Likewise.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
extern int foo();
|
||||
extern int foo (void);
|
||||
|
||||
int bar ()
|
||||
int
|
||||
bar (void)
|
||||
{
|
||||
foo();
|
||||
return foo ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user