mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-05 17:52:30 +02:00
commit bash-20130125 snapshot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user