Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf814b45 authored by Al Viro's avatar Al Viro Committed by Geert Uytterhoeven
Browse files

m68knommu: Don't bother with SA_ONESHOT

parent 8c18194f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -739,9 +739,6 @@ handle_signal(int sig, struct k_sigaction *ka, siginfo_t *info,
	else
		setup_frame(sig, ka, oldset, regs);

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

	spin_lock_irq(&current->sighand->siglock);
	sigorsets(&current->blocked,&current->blocked,&ka->sa.sa_mask);
	if (!(ka->sa.sa_flags & SA_NODEFER))