summaryrefslogtreecommitdiff
path: root/src/utime/struct_utimbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utime/struct_utimbuf.c')
-rw-r--r--src/utime/struct_utimbuf.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/utime/struct_utimbuf.c b/src/utime/struct_utimbuf.c
deleted file mode 100644
index 8a2a3b90..00000000
--- a/src/utime/struct_utimbuf.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <utime.h>
-
-struct utimbuf {
- time_t actime;
- time_t modtime;
-};
-
-/*
-POSIX(1)
-*/
-
-
-#endif