X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrerror_r.texi;h=bf431645d3a006b6ea5b428ed291350dd8492402;hb=eadf1d03c19abe009c81484b3ebaa443b884a95d;hp=1bcde1a74dea50b1d5c7268558130606959257e9;hpb=1838494765155d7c9ac63832182cd4ef9f368bf5;p=gnulib.git diff --git a/doc/posix-functions/strerror_r.texi b/doc/posix-functions/strerror_r.texi index 1bcde1a74..bf431645d 100644 --- a/doc/posix-functions/strerror_r.texi +++ b/doc/posix-functions/strerror_r.texi @@ -12,7 +12,8 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: NetBSD 3.0, HP-UX 11.23, IRIX 6.5, Solaris 9, mingw. @item -glibc has an incompatible version of this function. The POSIX compliant code +glibc and Cygwin have an incompatible version of this function. The +POSIX compliant code @smallexample char *s = (strerror_r (err, buf, buflen) == 0 ? buf : NULL); @end smallexample @@ -30,7 +31,7 @@ AIX 5.1, OSF/1 5.1. @item When this function fails, it returns -1 and sets @code{errno}, instead of returning the error number, on some platforms: -glibc 2.8 with @code{-D_POSIX_C_SOURCE=200112L}, AIX 6.1, OSF/1 5.1. +glibc 2.12 with @code{-D_POSIX_C_SOURCE=200112L}, AIX 6.1, OSF/1 5.1. @item This function does not support the error values that are specified by POSIX but not defined by the system, on some platforms: