aboutsummaryrefslogtreecommitdiff
path: root/src/time/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/utime.c')
-rw-r--r--src/time/utime.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/time/utime.c b/src/time/utime.c
index e7592b29..c5d3ef07 100644
--- a/src/time/utime.c
+++ b/src/time/utime.c
@@ -9,3 +9,11 @@ int utime(const char *path, const struct utimbuf *times)
{ .tv_sec = times->actime }, { .tv_sec = times->modtime }})
: 0, 0);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif