From: Kaveh R. Ghazi Date: Mon, 13 Sep 1999 21:46:32 +0000 (+0000) Subject: * gcc.c (getrusage): Wrap prototype arguments in PROTO(). X-Git-Tag: prereleases/libstdc++-2.92~10631 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06b8b73051f29a32542ddc23dcc92dc94a4a7339;p=thirdparty%2Fgcc.git * gcc.c (getrusage): Wrap prototype arguments in PROTO(). From-SVN: r29384 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a15dbc485e41..bdf5bb67deba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 13 17:44:28 1999 Kaveh R. Ghazi + + * gcc.c (getrusage): Wrap prototype arguments in PROTO(). + 1999-09-13 12:18 -0700 Zack Weinberg * config/i370/i370.md (mulsi, divsi, modsi anonymous insns): diff --git a/gcc/gcc.c b/gcc/gcc.c index 89bae33bca5c..aa98df02f071 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -48,7 +48,7 @@ compilation is specified by a string called a "spec". */ #include #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. */