aports/testing/libnih/musl-fix-signals.patch
Pablo Correa Gómez 1085ce2979 testing/libnih: move from community
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
2024-09-09 09:55:47 +00:00

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" },