summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-06-02 20:45:23 +0000
committerBruno Haible <bruno@clisp.org>2007-06-02 20:45:23 +0000
commitd77c9cd8c648ec0943a951c48b181651ae00421b (patch)
tree0393915af71997942117514bbe5cb471bbd5e408 /doc
parent6e64ec2ee3c71b15772fc953cefba35b905066f2 (diff)
downloadgnulib-d77c9cd8c648ec0943a951c48b181651ae00421b.tar.gz
Fix incorrect values of SIG_ATOMIC_MIN, SIG_ATOMIC_MAX on FreeBSD/ia64.
Diffstat (limited to 'doc')
-rw-r--r--doc/headers/stdint.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/headers/stdint.texi b/doc/headers/stdint.texi
index 234a6e0be4..c264692a4a 100644
--- a/doc/headers/stdint.texi
+++ b/doc/headers/stdint.texi
@@ -12,6 +12,13 @@ This header file is missing on some platforms:
OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Interix 3.5, BeOS.
@item
This header file is very incomplete on some platforms.
+@item
+The values of @code{SIG_ATOMIC_MIN} and @code{SIG_ATOMIC_MAX} are incorrect
+on some platforms:
+FreeBSD 6.2 / ia64.
+@item
+The value of @code{WINT_MAX} is incorrect on some platforms:
+mingw.
@end itemize
Portability problems not fixed by Gnulib: