aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index f4c145410a8d..57b3516f055b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2102,11 +2102,6 @@ static inline int kill_cad_pid(int sig, int priv)
2102#define SEND_SIG_PRIV ((struct siginfo *) 1) 2102#define SEND_SIG_PRIV ((struct siginfo *) 1)
2103#define SEND_SIG_FORCED ((struct siginfo *) 2) 2103#define SEND_SIG_FORCED ((struct siginfo *) 2)
2104 2104
2105static inline int is_si_special(const struct siginfo *info)
2106{
2107 return info <= SEND_SIG_FORCED;
2108}
2109
2110/* 2105/*
2111 * True if we are on the alternate signal stack. 2106 * True if we are on the alternate signal stack.
2112 */ 2107 */