mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +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>
|
||||
|
||||
* elf/reldep4mod4.c: Add prototype to avoid warning.
|
||||
* elf/reldep4mod2.c: Likewise.
|
||||
|
||||
* sysdeps/i386/fpu/e_expl.c: Include <math_private.h> for
|
||||
prototypes.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
extern int foo (void);
|
||||
extern int bar (void);
|
||||
|
||||
int
|
||||
bar (void)
|
||||
|
@ -1,4 +1,5 @@
|
||||
extern int foo (void);
|
||||
extern int bar (void);
|
||||
|
||||
int
|
||||
bar (void)
|
||||
|
Loading…
Reference in New Issue
Block a user