mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 18:52:30 +01:00
13 lines
276 B
Diff
13 lines
276 B
Diff
--- libnih-1.0.3.orig/nih/signal.c
|
|
+++ libnih-1.0.3/nih/signal.c
|
|
@@ -87,7 +87,9 @@
|
|
{ SIGSTKFLT, "STKFLT" },
|
|
#endif
|
|
{ SIGCHLD, "CHLD" },
|
|
+#ifdef SIGCLD
|
|
{ SIGCLD, "CLD" },
|
|
+#endif
|
|
{ SIGCONT, "CONT" },
|
|
{ SIGSTOP, "STOP" },
|
|
{ SIGTSTP, "TSTP" },
|