mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin 1.5 declaration bug. Signed-off-by: Eric Blake <eblake@redhat.com>
19 lines
365 B
Plaintext
19 lines
365 B
Plaintext
@node logb
|
|
@section @code{logb}
|
|
@findex logb
|
|
|
|
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logb.html}
|
|
|
|
Gnulib module: logb
|
|
|
|
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
|
|
@end itemize
|