summaryrefslogtreecommitdiff
path: root/src/sys/time/getitimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/time/getitimer.c')
-rw-r--r--src/sys/time/getitimer.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/time/getitimer.c b/src/sys/time/getitimer.c
deleted file mode 100644
index 4bbc55b7..00000000
--- a/src/sys/time/getitimer.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sys/time.h>
-
-int getitimer(int which, struct itimerval *value)
-{
- return which;
-}
-
-/*
-XOPEN(400)
-*/