1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +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:
Zygo Blaxell
2021-05-28 02:50:10 -04:00
Ursprung 5b72f35657
Commit 032c740678
+2
Datei anzeigen
@@ -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),