From b0290e621c165bdbab6ac9c42c727991b160514a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 25 Dec 2010 15:01:15 +0100 Subject: [PATCH] readlink doc: Mention an old glibc bug. * doc/posix-functions/readlink.texi: Mention glibc 2.4 bug (BZ #2450). --- ChangeLog | 5 +++++ doc/posix-functions/readlink.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5aaac6904..0aab1602c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-12-25 Bruno Haible + readlink doc: Mention an old glibc bug. + * doc/posix-functions/readlink.texi: Mention glibc 2.4 bug (BZ #2450). + +2010-12-25 Bruno Haible + fcntl-h: Fix for use of C++ on glibc systems. * lib/fcntl.in.h: Include before include_next also on glibc systems in C++ mode. diff --git a/doc/posix-functions/readlink.texi b/doc/posix-functions/readlink.texi index dfeea9d04..2e01f8e8f 100644 --- a/doc/posix-functions/readlink.texi +++ b/doc/posix-functions/readlink.texi @@ -14,7 +14,7 @@ FreeBSD 7.2, Solaris 9. @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. -- 2.11.0