]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.c (getrusage): Wrap prototype arguments in PROTO().
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 13 Sep 1999 21:46:32 +0000 (21:46 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 13 Sep 1999 21:46:32 +0000 (21:46 +0000)
From-SVN: r29384

gcc/ChangeLog
gcc/gcc.c

index a15dbc485e415e2cf2fa4db0e4daa7480abd50e5..bdf5bb67debadd6f9025efc643924fc955e3c23b 100644 (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):
index 89bae33bca5c1f6382314a37048bd7f9954492d4..aa98df02f071b5fc5d5eba4adcfa13b9ab10b15b 100644 (file)
--- 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.  */
This page took 0.06879 seconds and 5 git commands to generate.