# HG changeset patch # User Bruno Haible # Date 1270415270 -7200 # Node ID f497bc6acd7162864c464a12987ea4ef2c1c5430 # Parent 470c08f248f767dee905c1684e03ac56e6c2b2a9 strerror: Update documentation. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/doc/posix-functions/strerror.texi +++ b/doc/posix-functions/strerror.texi @@ -9,8 +9,6 @@ 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.