summaryrefslogtreecommitdiff
path: root/src/sys/times/times.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/times/times.c')
-rw-r--r--src/sys/times/times.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sys/times/times.c b/src/sys/times/times.c
deleted file mode 100644
index 6c6cf329..00000000
--- a/src/sys/times/times.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <time.h>
-#include <sys/times.h>
-#include "_syscall.h"
-
-clock_t times(struct tms *buffer)
-{
- SYSCALL(times, clock_t, -1, buffer, 0, 0, 0, 0, 0);
-}
-
-/*
-POSIX(1)
-*/