diff options
Diffstat (limited to 'src/time/localtime_s.c')
-rw-r--r-- | src/time/localtime_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/localtime_s.c b/src/time/localtime_s.c index 4329e883..f6a11d67 100644 --- a/src/time/localtime_s.c +++ b/src/time/localtime_s.c @@ -9,7 +9,7 @@ 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) +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 |