X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fctime_r.texi;h=8dc6108efa1f1c736afd22bfd9030bf6f84e55e6;hb=a2c6cf038c0758e8825f2b020fbbcce9a0d4983f;hp=5fbf27da492865da83537ae7b60d8465bb2b0006;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/ctime_r.texi b/doc/posix-functions/ctime_r.texi index 5fbf27da4..8dc6108ef 100644 --- a/doc/posix-functions/ctime_r.texi +++ b/doc/posix-functions/ctime_r.texi @@ -10,14 +10,14 @@ 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). +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.