.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=151
This commit is contained in:
parent
f7db404702
commit
2213549017
@ -19,7 +19,7 @@
|
||||
if (sig == SIGCHLD)
|
||||
act.sa_flags |= SA_RESTART; /* XXX */
|
||||
+#if !defined(MUST_REINSTALL_SIGHANDLERS)
|
||||
+ if (sig != SIGALRM)
|
||||
+ if (sig != SIGALRM && handler != (termsig_sighandler))
|
||||
+ act.sa_flags |= SA_RESTART; /* XXX */
|
||||
+ if (handler == (trap_handler))
|
||||
+ act.sa_flags |= SA_NODEFER; /* XXX */
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 15:17:36 UTC 2013 - werner@suse.de
|
||||
|
||||
- Do not restart the sighandler after a trap is reset (bnc#820149)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 11:51:54 UTC 2013 - werner@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user