X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fctime_r.texi;h=3a05083228c3a4e0e2a09cb1d67092b88e04260e;hb=7c59efd8bc7abb8c79ae969a65ece95e68c9be4c;hp=4e186b6d6c6ce54e603614b0673ec3abf132880e;hpb=3a684fbdcc7cc1381585d5c2c8c27099bf4a1281;p=gnulib.git diff --git a/doc/posix-functions/ctime_r.texi b/doc/posix-functions/ctime_r.texi index 4e186b6d6..3a0508322 100644 --- a/doc/posix-functions/ctime_r.texi +++ b/doc/posix-functions/ctime_r.texi @@ -4,10 +4,13 @@ POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html} -Gnulib module: --- +Gnulib module: extensions Portability problems fixed by Gnulib: @itemize +@item +This function has an incompatible declaration on some platforms: +Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize Portability problems not fixed by Gnulib: @@ -16,9 +19,6 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: mingw. @item -This function has an incompatible declaration on some platforms: -Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). -@item This function may put more than 26 bytes into the argument buffer if an invalid year is passed. @end itemize