syscall_intercept
syscall_intercept copied to clipboard
Add examples and/or tests involving signals.
Make sure the whole library is signal safe.
Add tests with some signal related syscalls, at least these two: SYS_rt_sigaction, SYS_rt_sigreturn.
Reevaluate the nr == SYS_rt_sigreturn
special case in intercept.c
.