mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +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
12 lines
276 B
Diff
12 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" },
|