diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-03-28 16:11:00 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-28 18:36:40 -0800 |
commit | 6c99c5cb94319a601b5ec5ee31c331f84755dd74 (patch) | |
tree | dca4d96ee6aa1cfbc36b3eaf060b14278e2bd0d7 /include | |
parent | 1434261c07bcebd5ef8b8a18f919fdee533b84e0 (diff) | |
download | kernel_samsung_smdk4412-6c99c5cb94319a601b5ec5ee31c331f84755dd74.zip kernel_samsung_smdk4412-6c99c5cb94319a601b5ec5ee31c331f84755dd74.tar.gz kernel_samsung_smdk4412-6c99c5cb94319a601b5ec5ee31c331f84755dd74.tar.bz2 |
[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>
Diffstat (limited to 'include')
-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 20b4f03..5f5ab98 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1101,7 +1101,6 @@ extern void force_sig_specific(int, struct task_struct *); extern int send_sig(int, struct task_struct *, int); extern void zap_other_threads(struct task_struct *p); extern int kill_pg(pid_t, int, int); -extern int kill_sl(pid_t, int, int); extern int kill_proc(pid_t, int, int); extern struct sigqueue *sigqueue_alloc(void); extern void sigqueue_free(struct sigqueue *); |