Branch
Hash :
b845b0cb
Author :
Date :
2024-12-27T23:39:46
Rename module sysexits to sysexits-h. * modules/sysexits-h: Renamed from modules/sysexits. * modules/sysexits-h-tests: Renamed from modules/sysexits-tests. * modules/sysexits-h-c++-tests: Renamed from modules/sysexits-c++-tests. * tests/test-sysexits-h.c: Renamed from tests/test-sysexits.c. * tests/test-sysexits-h-c++.cc: Renamed from tests/test-sysexits-c++.cc. * doc/glibc-headers/sysexits.texi: Update. * modules/* (Depends-on): Update. * modules/sysexits: New file.
@node sysexits.h
@section @file{sysexits.h}
Defines the @code{EX_*} macros, including @code{EX_OK}.
Gnulib module: sysexits-h
@mindex sysexits-h
Portability problems fixed by Gnulib:
@itemize
@item
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
Portability problems not fixed by Gnulib:
@itemize
@end itemize