summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-03-07 12:24:07 +0100
committerBruno Haible <bruno@clisp.org>2021-03-07 12:24:07 +0100
commitc7c26eb67ead3094be7bd9c2fd7bf79f2a5b25c7 (patch)
tree888c738bff1d6c8f56b1c284ca1cd614d3fe22c6 /doc
parent2a200f4eb4754823c5674580bb0b68a88fd35077 (diff)
downloadgnulib-c7c26eb67ead3094be7bd9c2fd7bf79f2a5b25c7.tar.gz
sysexits: Fix for Haiku.
* lib/sysexits.in.h: Don't assume that <sysexits.h>, when it exists, defines anything. * doc/glibc-headers/sysexits.texi: Mention the Haiku bug.
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-headers/sysexits.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/glibc-headers/sysexits.texi b/doc/glibc-headers/sysexits.texi
index df1c5dae84..cce7e41871 100644
--- a/doc/glibc-headers/sysexits.texi
+++ b/doc/glibc-headers/sysexits.texi
@@ -11,6 +11,10 @@ Portability problems fixed by Gnulib:
This header file is missing on some platforms:
mingw, MSVC 14.
@item
+This header file defines no @code{EX_*} macros if @code{_BSD_SOURCE} is not
+defined on some platforms:
+Haiku.
+@item
The macro @code{EX_CONFIG} is missing on some platforms:
HP-UX 11.
@end itemize