unify default ptrace_signal_deliver

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-11-05 12:59:15 -05:00
parent e80d6661c3
commit 4f4202fe5a
18 changed files with 6 additions and 42 deletions

View File

@@ -34,8 +34,6 @@ struct k_sigaction {
struct sigaction sa;
};
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#include <asm/sigcontext.h>
#endif /* !__ASSEMBLY */