Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
	* elf/reldep4mod4.c: Add prototype to avoid warning.
	* elf/reldep4mod2.c: Likewise.
  • Loading branch information
Andreas Jaeger committed Jun 22, 2001
1 parent 36e3e2d commit e15df0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions elf/reldep4mod2.c
@@ -1,4 +1,5 @@
extern int foo (void);
extern int bar (void);

int
bar (void)
Expand Down
1 change: 1 addition & 0 deletions elf/reldep4mod4.c
@@ -1,4 +1,5 @@
extern int foo (void);
extern int bar (void);

int
bar (void)
Expand Down

0 comments on commit e15df0b

Please sign in to comment.