mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Update.
* elf/reldep4mod4.c: Add prototype to avoid warning. * elf/reldep4mod2.c: Likewise.
This commit is contained in:
parent
36e3e2d4bf
commit
e15df0bbd7
@ -1,5 +1,8 @@
|
|||||||
2001-06-22 Andreas Jaeger <aj@suse.de>
|
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
|
* sysdeps/i386/fpu/e_expl.c: Include <math_private.h> for
|
||||||
prototypes.
|
prototypes.
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
extern int foo (void);
|
extern int foo (void);
|
||||||
|
extern int bar (void);
|
||||||
|
|
||||||
int
|
int
|
||||||
bar (void)
|
bar (void)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
extern int foo (void);
|
extern int foo (void);
|
||||||
|
extern int bar (void);
|
||||||
|
|
||||||
int
|
int
|
||||||
bar (void)
|
bar (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user