summaryrefslogtreecommitdiff
path: root/system/libnih/musl-fix-signals.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/libnih/musl-fix-signals.patch')
-rw-r--r--system/libnih/musl-fix-signals.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/libnih/musl-fix-signals.patch b/system/libnih/musl-fix-signals.patch
deleted file mode 100644
index 97ef8196d..000000000
--- a/system/libnih/musl-fix-signals.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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" },