diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-03-28 19:11:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-28 21:36:40 -0500 |
commit | 6c99c5cb94319a601b5ec5ee31c331f84755dd74 (patch) | |
tree | dca4d96ee6aa1cfbc36b3eaf060b14278e2bd0d7 | |
parent | 1434261c07bcebd5ef8b8a18f919fdee533b84e0 (diff) |
[PATCH] Remove dead kill_sl prototype from sched.h
The kill_sl function doesn't exist in the kernel so a prototype is completely
unnecessary.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 20b4f0372e44..5f5ab98bbb6b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1101,7 +1101,6 @@ extern void force_sig_specific(int, struct task_struct *); | |||
1101 | extern int send_sig(int, struct task_struct *, int); | 1101 | extern int send_sig(int, struct task_struct *, int); |
1102 | extern void zap_other_threads(struct task_struct *p); | 1102 | extern void zap_other_threads(struct task_struct *p); |
1103 | extern int kill_pg(pid_t, int, int); | 1103 | extern int kill_pg(pid_t, int, int); |
1104 | extern int kill_sl(pid_t, int, int); | ||
1105 | extern int kill_proc(pid_t, int, int); | 1104 | extern int kill_proc(pid_t, int, int); |
1106 | extern struct sigqueue *sigqueue_alloc(void); | 1105 | extern struct sigqueue *sigqueue_alloc(void); |
1107 | extern void sigqueue_free(struct sigqueue *); | 1106 | extern void sigqueue_free(struct sigqueue *); |