The first patch creates a sigprocmask wrapper on signal.c for its use in syscall.c
The second patch changes the wrapper to protect sigsegv bit on the signal mask. Alex Barcelo (2): signal: added a wrapper for sigprocmask function signal: sigsegv protection on do_sigprocmask linux-user/qemu.h | 1 + linux-user/signal.c | 15 +++++++++++++++ linux-user/syscall.c | 20 ++++++++++---------- 3 files changed, 26 insertions(+), 10 deletions(-) -- 1.7.5.4