mirror of git://sourceware.org/git/glibc.git
Add prototype for foo to shut up GCC.
This commit is contained in:
parent
7231f6f940
commit
e67c5966ba
|
@ -17,6 +17,7 @@
|
|||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
extern int bar (void);
|
||||
extern int foo (void);
|
||||
|
||||
int
|
||||
foo (void)
|
||||
|
|
Loading…
Reference in New Issue