summaryrefslogtreecommitdiff
path: root/src/time/localtime_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/localtime_s.c')
-rw-r--r--src/time/localtime_s.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/time/localtime_s.c b/src/time/localtime_s.c
index c444b464..4329e883 100644
--- a/src/time/localtime_s.c
+++ b/src/time/localtime_s.c
@@ -9,6 +9,8 @@ struct tm * localtime_s(const time_t * restrict timer, struct tm * restrict resu
return NULL;
}
+__check_2(struct tm *, NULL, localtime_s, const time_t * restrict, struct tm * restrict)
+
/***
The fn(localtime) function converts the locale time at arg(timer) to a filled
out type(struct tm).