* gcc.c (getrusage): Wrap prototype arguments in PROTO().

From-SVN: r29384
This commit is contained in:
Kaveh R. Ghazi 1999-09-13 21:46:32 +00:00 committed by Kaveh Ghazi
parent 9a76ab7ea9
commit 06b8b73051
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Sep 13 17:44:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c (getrusage): Wrap prototype arguments in PROTO().
1999-09-13 12:18 -0700 Zack Weinberg <zack@bitmover.com>
* config/i370/i370.md (mulsi, divsi, modsi anonymous insns):

View File

@ -48,7 +48,7 @@ compilation is specified by a string called a "spec". */
#include <sys/resource.h>
#endif
#ifdef NEED_DECLARATION_GETRUSAGE
extern int getrusage(int, struct rusage *);
extern int getrusage PROTO ((int, struct rusage *));
#endif
/* By default there is no special suffix for executables. */