diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ compilation is specified by a string called a "spec". */ #ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> #endif -#ifdef NEED_DECLARATION_GETRUSAGE +#if defined (HAVE_DECL_GETRUSAGE) && !HAVE_DECL_GETRUSAGE extern int getrusage PARAMS ((int, struct rusage *)); #endif |