summaryrefslogtreecommitdiff
path: root/src/time/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/time.c')
-rw-r--r--src/time/time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/time/time.c b/src/time/time.c
index 4c4a384a..c2a1dcc8 100644
--- a/src/time/time.c
+++ b/src/time/time.c
@@ -21,6 +21,8 @@ time_t time(time_t * timer)
return (time_t)now;
}
+__check_1(time_t, 0, time, time_t *)
+
/***
gets the current time. If ARGUMENT(timer) is not CONSTANT(NULL),
the current time is also stored in the object it points to.