mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 17:26:15 +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:
@ -191,7 +191,9 @@ namespace crucible {
|
||||
#endif
|
||||
NTOA_TABLE_ENTRY_ENUM(SIGSTKFLT),
|
||||
NTOA_TABLE_ENTRY_ENUM(SIGIO),
|
||||
#ifdef SIGCLD
|
||||
NTOA_TABLE_ENTRY_ENUM(SIGCLD),
|
||||
#endif
|
||||
NTOA_TABLE_ENTRY_ENUM(SIGPWR),
|
||||
#ifdef SIGINFO
|
||||
NTOA_TABLE_ENTRY_ENUM(SIGINFO),
|
||||
|
Reference in New Issue
Block a user