signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()
[safe/jmp/linux-2.6] / include / linux / sched.h
index f4c1454..57b3516 100644 (file)
@@ -2102,11 +2102,6 @@ static inline int kill_cad_pid(int sig, int priv)
 #define SEND_SIG_PRIV  ((struct siginfo *) 1)
 #define SEND_SIG_FORCED        ((struct siginfo *) 2)
 
-static inline int is_si_special(const struct siginfo *info)
-{
-       return info <= SEND_SIG_FORCED;
-}
-
 /*
  * True if we are on the alternate signal stack.
  */