X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fasctime_r.texi;h=446508324ae0d0466421f494f338f958f6e78951;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=05b162258d77b56fd83c065b546a6a8b4e94e5ea;hpb=fd9f58dc85f6a45cd244c78a54ad4610c01dbb15;p=gnulib.git diff --git a/doc/posix-functions/asctime_r.texi b/doc/posix-functions/asctime_r.texi index 05b162258..446508324 100644 --- a/doc/posix-functions/asctime_r.texi +++ b/doc/posix-functions/asctime_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.