commit bash-20130125 snapshot

This commit is contained in:
Chet Ramey
2013-02-05 16:44:34 -05:00
parent f0c4de40a4
commit 1a81420a36
25 changed files with 421 additions and 66 deletions
+7
View File
@@ -456,6 +456,7 @@ any_signals_trapped ()
return -1;
}
/* Convenience functions the rest of the shell can use */
void
check_signals_and_traps ()
{
@@ -463,6 +464,12 @@ check_signals_and_traps ()
run_pending_traps ();
}
void
check_signals ()
{
QUIT;
}
#if defined (JOB_CONTROL) && defined (SIGCHLD)
#ifdef INCLUDE_UNUSED