bae8a1a0471927feab9f66443be7abeb0aac6936
[gnulib.git] / doc / posix-functions / asctime_r.texi
1 @node asctime_r
2 @section @code{asctime_r}
3 @findex asctime_r
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html}
6
7 Gnulib module: extensions
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function has an incompatible declaration on some platforms:
13 Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is missing on some platforms:
20 mingw.
21 @item
22 This function may put more than 26 bytes into the argument buffer if an
23 invalid year is passed.
24 @end itemize