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, 10 insertions, 0 deletions
diff --git a/src/sys/time/getitimer.c b/src/sys/time/getitimer.c
new file mode 100644
index 00000000..4bbc55b7
--- /dev/null
+++ b/src/sys/time/getitimer.c
@@ -0,0 +1,10 @@
+#include <sys/time.h>
+
+int getitimer(int which, struct itimerval *value)
+{
+ return which;
+}
+
+/*
+XOPEN(400)
+*/