aboutsummaryrefslogtreecommitdiff
path: root/src/time/ftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/ftime.c')
-rw-r--r--src/time/ftime.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/time/ftime.c b/src/time/ftime.c
index a1734d0f..df2410f0 100644
--- a/src/time/ftime.c
+++ b/src/time/ftime.c
@@ -10,3 +10,11 @@ int ftime(struct timeb *tp)
tp->timezone = tp->dstflag = 0;
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif