unistd: work around cygwin bug
[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: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw.
18 @item
19 This function may put more than 26 bytes into the argument buffer if an
20 invalid year is passed.
21 @end itemize