mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Merged revisions 269635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r269635 | tilghman | 2010-06-10 02:52:34 -0500 (Thu, 10 Jun 2010) | 9 lines Ensure restartable system calls can restart (BSD signal semantics). This eliminates the annoying <beep> on the console. (closes issue #17477) Reported by: jvandal Patches: 20100610__issue17477.diff.txt uploaded by tilghman (license 14) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1269,6 +1269,7 @@ static void _null_sig_handler(int sig)
|
||||
|
||||
static struct sigaction null_sig_handler = {
|
||||
.sa_handler = _null_sig_handler,
|
||||
.sa_flags = SA_RESTART,
|
||||
};
|
||||
|
||||
void ast_replace_sigchld(void);
|
||||
|
Reference in New Issue
Block a user