From 6fd3d63e394795d7da5189d7759907c2a305c075 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 4 Apr 2010 23:07:50 +0200 Subject: [PATCH] strerror: Update documentation. --- ChangeLog | 5 +++++ doc/posix-functions/strerror.texi | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2697e4653..195c1facb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use _GL_CXXALIAS_SYS_CAST. diff --git a/doc/posix-functions/strerror.texi b/doc/posix-functions/strerror.texi index d2e5d5c39..b4f267b1a 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. -- 2.11.0