summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxgetrusage01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxgetrusage01/init.c')
-rw-r--r--testsuites/psxtests/psxgetrusage01/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxgetrusage01/init.c b/testsuites/psxtests/psxgetrusage01/init.c
index 8cf4946879..ee69c998f1 100644
--- a/testsuites/psxtests/psxgetrusage01/init.c
+++ b/testsuites/psxtests/psxgetrusage01/init.c
@@ -15,10 +15,6 @@
#include <sys/resource.h>
#include <errno.h>
-#if !HAVE_DECL_GETRUSAGE
-extern int getrusage(int who, struct rusage *usage);
-#endif
-
#include <tmacros.h>
#include "test_support.h"