Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
	* elf/reldep4.c (main): Add proper prototype to fix warning.

	* elf/reldep5.c (main): Remove unused variable.
  • Loading branch information
Andreas Jaeger committed Sep 22, 2001
1 parent 2be2ce5 commit 9fb957c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
2001-09-22 Andreas Jaeger <aj@suse.de>

* elf/reldep4.c (main): Add proper prototype to fix warning.

* elf/reldep5.c (main): Remove unused variable.

* math/math_private.h: Add prototypes.

2001-09-21 Andreas Jaeger <aj@suse.de>
Expand Down
1 change: 0 additions & 1 deletion elf/reldep5.c
Expand Up @@ -9,7 +9,6 @@ main (void)
void *h1;
void *h2;
int (*fp) (void);
int *vp;

mtrace ();

Expand Down

0 comments on commit 9fb957c

Please sign in to comment.