From: Bruno Haible Date: Sun, 26 Dec 2010 01:02:44 +0000 (+0100) Subject: strerror_r-posix: Update doc. X-Git-Tag: v0.1~3454 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a9e64925098b2544c4758e077b2338d417a708c8;p=gnulib.git strerror_r-posix: Update doc. * doc/posix-functions/strerror_r.texi: Update doc about the return value. See . --- diff --git a/ChangeLog b/ChangeLog index 02ff64386..763cd2e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-25 Bruno Haible + + strerror_r-posix: Update doc. + * doc/posix-functions/strerror_r.texi: Update doc about the return + value. See . + 2010-12-25 Paul Eggert utimens: simplify the logic of the previous change diff --git a/doc/posix-functions/strerror_r.texi b/doc/posix-functions/strerror_r.texi index 1bcde1a74..383b6cb0a 100644 --- a/doc/posix-functions/strerror_r.texi +++ b/doc/posix-functions/strerror_r.texi @@ -30,7 +30,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: