Mercurial > hg > octave-shane > gnulib-hg
changeset 14033:11d2924ba010
strerror_r-posix: Update doc.
* doc/posix-functions/strerror_r.texi: Update doc about the return
value. See <http://sources.redhat.com/bugzilla/show_bug.cgi?id=12204>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Dec 2010 02:02:44 +0100 |
parents | ff75ce98573c |
children | 0082f00778bc |
files | ChangeLog doc/posix-functions/strerror_r.texi |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-25 Bruno Haible <bruno@clisp.org> + + strerror_r-posix: Update doc. + * doc/posix-functions/strerror_r.texi: Update doc about the return + value. See <http://sources.redhat.com/bugzilla/show_bug.cgi?id=12204>. + 2010-12-25 Paul Eggert <eggert@cs.ucla.edu> utimens: simplify the logic of the previous change
--- a/doc/posix-functions/strerror_r.texi +++ b/doc/posix-functions/strerror_r.texi @@ -30,7 +30,7 @@ @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: