From: Bruno Haible Date: Sun, 4 Apr 2010 21:07:50 +0000 (+0200) Subject: strerror: Update documentation. X-Git-Tag: v0.1~4339 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6fd3d63e394795d7da5189d7759907c2a305c075;p=gnulib.git strerror: Update documentation. --- diff --git a/ChangeLog b/ChangeLog index 2697e46538..195c1facb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-04 Bruno Haible + + strerror: Update documentation. + * doc/posix-functions/strerror.texi: Remove mention of old platforms. + 2010-04-04 Bruno Haible stdio: Fix some C++ test errors on Solaris 8 with GCC. diff --git a/doc/posix-functions/strerror.texi b/doc/posix-functions/strerror.texi index d2e5d5c393..b4f267b1ac 100644 --- a/doc/posix-functions/strerror.texi +++ b/doc/posix-functions/strerror.texi @@ -9,8 +9,6 @@ Gnulib module: strerror Portability problems fixed by Gnulib: @itemize @item -This function is missing on some old platforms. -@item This function does not support the error values that are specified by POSIX but not defined by the system, on some platforms: OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw.