X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrerror_r.texi;h=bf431645d3a006b6ea5b428ed291350dd8492402;hb=cda784e7600c26148888f21fc1300d041b5404bd;hp=383b6cb0aa2b91bdd07ff0cc455d7adef3337447;hpb=248223b210c479e6e4fbd31e180c5eda4fd7a6dc;p=pspp diff --git a/doc/posix-functions/strerror_r.texi b/doc/posix-functions/strerror_r.texi index 383b6cb0aa..bf431645d3 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