aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-09-13 21:46:32 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-09-13 21:46:32 +0000
commit06b8b73051f29a32542ddc23dcc92dc94a4a7339 (patch)
tree11a0416df0739687fdff14dd83a6238dcdb9cff4 /gcc/gcc.c
parent9a76ab7ea90a0b56a7b2261c9d5515722533616f (diff)
downloadgcc-06b8b73051f29a32542ddc23dcc92dc94a4a7339.zip
gcc-06b8b73051f29a32542ddc23dcc92dc94a4a7339.tar.gz
gcc-06b8b73051f29a32542ddc23dcc92dc94a4a7339.tar.bz2
* gcc.c (getrusage): Wrap prototype arguments in PROTO().
From-SVN: r29384
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 89bae33..aa98df0 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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. */