]> git.ipfire.org Git - ipfire-3.x.git/blob - bash/patches/bash-4.1-defer-sigchld-trap.patch
readline: Update to 7.0
[ipfire-3.x.git] / bash / patches / bash-4.1-defer-sigchld-trap.patch
1 diff -pruN bash-4.1/jobs.c bash-4.1.patched/jobs.c
2 --- bash-4.1/jobs.c 2009-11-30 03:42:05.000000000 +0530
3 +++ bash-4.1.patched/jobs.c 2012-03-06 16:44:15.706595703 +0530
4 @@ -3037,6 +3037,7 @@ waitchld (wpid, block)
5 pid_t pid;
6
7 int call_set_current, last_stopped_job, job, children_exited, waitpid_flags;
8 + int called_from_sighand = sigchld;
9 static int wcontinued = WCONTINUED; /* run-time fix for glibc problem */
10
11 call_set_current = children_exited = 0;