Bash-4.1 patchlevel 11

This commit is contained in:
Chet Ramey
2011-11-21 20:57:16 -05:00
parent 0001803f0b
commit 30d188c293
12 changed files with 49 additions and 15 deletions
+3
View File
@@ -655,6 +655,9 @@ set_signal_handler (sig, handler)
act.sa_flags |= SA_INTERRUPT; /* XXX */
else
act.sa_flags |= SA_RESTART; /* XXX */
#else
if (sig == SIGCHLD)
act.sa_flags |= SA_RESTART;
#endif
sigemptyset (&act.sa_mask);
sigemptyset (&oact.sa_mask);