diff options
author | Bruno Haible <bruno@clisp.org> | 2023-04-06 01:10:30 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2023-04-06 01:10:30 +0200 |
commit | b17857d9088af887c0f4edd13cfc5c189f4a5930 (patch) | |
tree | 89bfb7f4e4ab974907d485273fcc57bcc6da89bf /doc/posix-headers/math.texi | |
parent | 0e8546cb6c74559f2a41c54d1048e9eb4f463034 (diff) | |
download | gnulib-b17857d9088af887c0f4edd13cfc5c189f4a5930.tar.gz |
doc: Add references to registered Haiku bugs.
* doc/posix-functions/call_once.texi: Mention Haiku bug.
* doc/posix-functions/duplocale.texi: Likewise.
* doc/posix-functions/freelocale.texi: Likewise.
* doc/posix-functions/getlogin_r.texi: Likewise.
* doc/posix-functions/initstate.texi: Likewise.
* doc/posix-functions/mbrtoc32.texi: Likewise.
* doc/posix-functions/strxfrm.texi: Likewise.
* doc/posix-headers/math.texi: Update.
Diffstat (limited to 'doc/posix-headers/math.texi')
-rw-r--r-- | doc/posix-headers/math.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/posix-headers/math.texi b/doc/posix-headers/math.texi index aaa079f08a..d09ddce21d 100644 --- a/doc/posix-headers/math.texi +++ b/doc/posix-headers/math.texi @@ -39,7 +39,8 @@ NetBSD 5.1, AIX 5.1, IRIX 6.5, Solaris 9, MSVC 9. @item The macros @code{FP_ILOGB0} and @code{FP_ILOGBNAN} have wrong values on some platforms: -Haiku 2017. +@c https://dev.haiku-os.org/ticket/18351 +Haiku 2022. @item The macros @code{NAN}, @code{HUGE_VALL}, and @code{INFINITY} are not |