aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmatchbox/files/reset-sigchld.patch
blob: 5792385d279a675c2d32271623e07c0887964d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- libmatchbox-1.9/libmb/mbutil.c~reset-sigchld
+++ libmatchbox-1.9/libmb/mbutil.c
@@ -92,6 +92,7 @@
     }
 
   argv[nargs] = NULL;
+  signal(SIGCHLD, SIG_DFL);
   rc = execvp (argv[0], argv);
 
   for (i = 0; i < nargs; i++)