mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Since dropping cgmanager, this is only used by upstart, which is in testing. Since it has no maintainer, move it back to the minimum place where it is required
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" },
|