diff options
Diffstat (limited to 'src/utime/utime.c')
-rw-r--r-- | src/utime/utime.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utime/utime.c b/src/utime/utime.c index f79fcfa9..d7972d7a 100644 --- a/src/utime/utime.c +++ b/src/utime/utime.c @@ -1,3 +1,5 @@ +#if 0 + #include <time.h> #include <utime.h> #include "_syscall.h" @@ -9,3 +11,6 @@ int utime(const char *path, const struct utimbuf *times) /* POSIX(1) */ + + +#endif |