mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 13:25:45 +02:00
process: SIGCLD is not portable
MUSL libc doesn't have it, for instance. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
5b72f35657
commit
032c740678
@ -191,7 +191,9 @@ namespace crucible {
|
|||||||
#endif
|
#endif
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGSTKFLT),
|
NTOA_TABLE_ENTRY_ENUM(SIGSTKFLT),
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGIO),
|
NTOA_TABLE_ENTRY_ENUM(SIGIO),
|
||||||
|
#ifdef SIGCLD
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGCLD),
|
NTOA_TABLE_ENTRY_ENUM(SIGCLD),
|
||||||
|
#endif
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGPWR),
|
NTOA_TABLE_ENTRY_ENUM(SIGPWR),
|
||||||
#ifdef SIGINFO
|
#ifdef SIGINFO
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGINFO),
|
NTOA_TABLE_ENTRY_ENUM(SIGINFO),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user