Aug. 23, 2014
1:42 a.m.
This is for compatibility with POSIX. --- private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private.h b/private.h index 529b1dc..14a9d53 100644 --- a/private.h +++ b/private.h @@ -308,7 +308,7 @@ time_t time(time_t *); */ #ifndef asctime_r -extern char * asctime_r(struct tm const *, char *); +extern char * asctime_r(struct tm const *restrict, char *restrict); #endif /* -- 1.9.1