summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-12-04 08:40:17 -0700
committerEric Blake <ebb9@byu.net>2007-12-04 08:47:03 -0700
commit66a70eba17624f023dd98188ad01ee1f8a5af308 (patch)
tree567839b6e4471a27daebbfdfa47dc600200c0ffd /doc
parent3a9bff1e7d818a21a0e040c78a098a2791ed106d (diff)
downloadgnulib-66a70eba17624f023dd98188ad01ee1f8a5af308.tar.gz
Fix frexp on mingw.
* m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when cross-compiling. * doc/functions/frexp.texi (frexp): Document the bug. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/functions/frexp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/functions/frexp.texi b/doc/functions/frexp.texi
index cfe5996229..f0a791ca08 100644
--- a/doc/functions/frexp.texi
+++ b/doc/functions/frexp.texi
@@ -13,7 +13,7 @@ This function does not work on denormalized numbers on some platforms:
NetBSD 3.0.
@item
This function does not work on infinite numbers on some platforms:
-IRIX 6.5.
+IRIX 6.5, mingw.
@end itemize
Portability problems not fixed by Gnulib: