Commit a4e075c4 authored by Al Viro's avatar Al Viro
Browse files

cris: SA_ONESHOT handling is done by get_signal_to_deliver()



... and resetting sa_handler in local copy filled by get_signal_to_deliver()
is obviously pointless anyway.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7ae4e32a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -494,9 +494,6 @@ handle_signal(int canrestart, unsigned long sig,
	else
		ret = setup_frame(sig, ka, oldset, regs);

	if (ka->sa.sa_flags & SA_ONESHOT)
		ka->sa.sa_handler = SIG_DFL;

	if (ret == 0)
		block_sigmask(ka, sig);