Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-05-08 04:59:37 +02:00
process: SIGCLD is not portable
MUSL libc doesn't have it, for instance. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten 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),
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren