X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fctime_r.texi;h=8dc6108efa1f1c736afd22bfd9030bf6f84e55e6;hb=9f4d76b6042f8ed87009331f2ca0a5b7492027d5;hp=58641f63ae4fcad3f6a8b16acd26b98815453841;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/ctime_r.texi b/doc/posix-functions/ctime_r.texi index 58641f63a..8dc6108ef 100644 --- a/doc/posix-functions/ctime_r.texi +++ b/doc/posix-functions/ctime_r.texi @@ -2,19 +2,22 @@ @section @code{ctime_r} @findex ctime_r -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html} +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 11 2011-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -mingw. +mingw, MSVC 9. @item This function may put more than 26 bytes into the argument buffer if an invalid year is passed.