summaryrefslogtreecommitdiffstats
path: root/newlib/libc/syscalls/systimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/syscalls/systimes.c')
-rw-r--r--newlib/libc/syscalls/systimes.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/libc/syscalls/systimes.c b/newlib/libc/syscalls/systimes.c
deleted file mode 100644
index cc30a3e38..000000000
--- a/newlib/libc/syscalls/systimes.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* connector for times */
-
-#include <reent.h>
-#include <sys/times.h>
-
-clock_t
-_DEFUN (times, (buf),
- struct tms *buf)
-{
- return _times_r (_REENT, buf);
-}