# HG changeset patch # User Eric Blake # Date 1269013332 21600 # Node ID a7e84644e38751d06592e120db7a57a23592a688 # Parent b89998923de3d2ad6ae931b03e942f23085766f7 logb: fix documentation * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin 1.5 declaration bug. Signed-off-by: Eric Blake diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-03-19 Eric Blake + logb: fix documentation + * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin + 1.5 declaration bug. + forkpty, openpty: prefer glibc's const-safe prototype * lib/forkpty.c (rpl_forkpty): New file. * lib/openpty.c (rpl_openpty): Likewise. diff --git a/doc/posix-functions/logb.texi b/doc/posix-functions/logb.texi --- a/doc/posix-functions/logb.texi +++ b/doc/posix-functions/logb.texi @@ -8,11 +8,11 @@ Portability problems fixed by Gnulib: @itemize +@item +This function is missing a declaration on some platforms: +Cygwin 1.5.x. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing a declaration on some platforms: -Cygwin 1.5.x. @end itemize