diff options
Diffstat (limited to 'lib/strftime.h')
-rw-r--r-- | lib/strftime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.h b/lib/strftime.h index 97a062c631d..e8501631573 100644 --- a/lib/strftime.h +++ b/lib/strftime.h @@ -25,7 +25,7 @@ extern "C" { POSIX requires that strftime use the local timezone information. Use the timezone __TZ instead. Use __NS as the number of nanoseconds in the %N directive. */ -size_t nstrftime (char *, size_t, char const *, struct tm const *, +size_t nstrftime (char *restrict, size_t, char const *, struct tm const *, timezone_t __tz, int __ns); #ifdef __cplusplus |