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

@@ -26,7 +26,5 @@ struct k_sigaction {
void __user *ka_restorer;
};
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif /* !(__ASSEMBLY__) */
#endif /* !(__SPARC_SIGNAL_H) */