Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/resource.h')
-rw-r--r--newlib/libc/include/sys/resource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/include/sys/resource.h b/newlib/libc/include/sys/resource.h
index c35ac2a46..eb827552c 100644
--- a/newlib/libc/include/sys/resource.h
+++ b/newlib/libc/include/sys/resource.h
@@ -11,7 +11,5 @@ struct rusage {
struct timeval ru_stime; /* system time used */
};
-int _EXFUN(getrusage, (int, struct rusage*));
-
#endif