From d1435196bd5566acdcca60a5a899ffea414908f7 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 19 Mar 2010 09:42:12 -0600 Subject: [PATCH] logb: fix documentation * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin 1.5 declaration bug. Signed-off-by: Eric Blake --- ChangeLog | 6 ++++++ doc/posix-functions/logb.texi | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6af92a7..e77ccad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-19 Eric Blake + + logb: fix documentation + * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin + 1.5 declaration bug. + 2010-02-17 Eric Blake manywarnings: add more warnings diff --git a/doc/posix-functions/logb.texi b/doc/posix-functions/logb.texi index ef4f833..1eeef4c 100644 --- a/doc/posix-functions/logb.texi +++ b/doc/posix-functions/logb.texi @@ -8,11 +8,11 @@ logb Portability problems fixed by Gnulib: @itemize address@hidden +This function is missing a declaration on some platforms: +Cygwin 1.5.x. @end itemize Portability problems not fixed by Gnulib: @itemize address@hidden -This function is missing a declaration on some platforms: -Cygwin 1.5.x. @end itemize -- 1.6.6.1