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

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

h8300: switch to generic old sigsuspend



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ac416143
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ config H8300
	select GENERIC_CPU_DEVICES
	select MODULES_USE_ELF_RELA
	select GENERIC_SIGALTSTACK
	select OLD_SIGSUSPEND3

config SYMBOL_PREFIX
	string
+0 −11
Original line number Diff line number Diff line
@@ -46,17 +46,6 @@
#include <asm/traps.h>
#include <asm/ucontext.h>

/*
 * Atomically swap in the new signal mask, and wait for a signal.
 */
asmlinkage int
sys_sigsuspend(int unused1, int unused2, old_sigset_t mask)
{
	sigset_t blocked;
	siginitset(&blocked, mask);
	return sigsuspend(&blocked);
}

asmlinkage int 
sys_sigaction(int sig, const struct old_sigaction *act,
	      struct old_sigaction *oact)