* elf/reldep4mod4.c: Add prototype to avoid warning.
	* elf/reldep4mod2.c: Likewise.
This commit is contained in:
Andreas Jaeger 2001-06-22 13:50:51 +00:00
parent 36e3e2d4bf
commit e15df0bbd7
3 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2001-06-22 Andreas Jaeger <aj@suse.de>
* elf/reldep4mod4.c: Add prototype to avoid warning.
* elf/reldep4mod2.c: Likewise.
* sysdeps/i386/fpu/e_expl.c: Include <math_private.h> for
prototypes.

View File

@ -1,4 +1,5 @@
extern int foo (void);
extern int bar (void);
int
bar (void)

View File

@ -1,4 +1,5 @@
extern int foo (void);
extern int bar (void);
int
bar (void)