changeset 14025:0804093d3d53

readlink doc: Mention an old glibc bug. * doc/posix-functions/readlink.texi: Mention glibc 2.4 bug (BZ #2450).
author Bruno Haible <bruno@clisp.org>
date Sat, 25 Dec 2010 15:01:15 +0100
parents 872c921488fd
children 646806b29340
files ChangeLog doc/posix-functions/readlink.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-25  Bruno Haible  <bruno@clisp.org>
+
+	readlink doc: Mention an old glibc bug.
+	* doc/posix-functions/readlink.texi: Mention glibc 2.4 bug (BZ #2450).
+
 2010-12-25  Bruno Haible  <bruno@clisp.org>
 
 	fcntl-h: Fix for use of C++ on glibc systems.
--- a/doc/posix-functions/readlink.texi
+++ b/doc/posix-functions/readlink.texi
@@ -14,7 +14,7 @@
 @item
 On some platforms, @code{readlink} returns @code{int} instead of
 @code{ssize_t}:
-FreeBSD 6.0, OpenBSD 3.8, Cygwin 1.5.x.
+glibc 2.4, FreeBSD 6.0, OpenBSD 3.8, Cygwin 1.5.x.
 @item
 This function is missing on some platforms:
 mingw.