summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-10-18 18:03:02 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-18 18:03:02 -0700
commitc78c27a2aba951456b6facc549ac11df8b709232 (patch)
tree7e65e76d9484a1047faa38f5a91213ed06127d41 /include
parent71ccd42c4e97294bb1eefb577f943b97b400f4a8 (diff)
[PATCH] remove dead code and exports from signal.c
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index bbcd869e9304..e369a601ae0b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -838,7 +838,6 @@ extern int force_sigsegv(int, struct task_struct *);
extern int force_sig_info(int, struct siginfo *, struct task_struct *);
extern int __kill_pg_info(int sig, struct siginfo *info, pid_t pgrp);
extern int kill_pg_info(int, struct siginfo *, pid_t);
-extern int kill_sl_info(int, struct siginfo *, pid_t);
extern int kill_proc_info(int, struct siginfo *, pid_t);
extern void do_notify_parent(struct task_struct *, int);
extern void force_sig(int, struct task_struct *);