summaryrefslogtreecommitdiff
path: root/src/utime/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utime/utime.c')
-rw-r--r--src/utime/utime.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/utime/utime.c b/src/utime/utime.c
deleted file mode 100644
index d7972d7a..00000000
--- a/src/utime/utime.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <time.h>
-#include <utime.h>
-#include "_syscall.h"
-
-int utime(const char *path, const struct utimbuf *times)
-{
- SYSCALL(utime, int, -1, path, times, 0, 0, 0, 0);
-}
-/*
-POSIX(1)
-*/
-
-
-#endif