forked from luck/tmp_suning_uos_patched
[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>
This commit is contained in:
parent
1434261c07
commit
6c99c5cb94
@ -1101,7 +1101,6 @@ extern void force_sig_specific(int, struct task_struct *);
|
|||||||
extern int send_sig(int, struct task_struct *, int);
|
extern int send_sig(int, struct task_struct *, int);
|
||||||
extern void zap_other_threads(struct task_struct *p);
|
extern void zap_other_threads(struct task_struct *p);
|
||||||
extern int kill_pg(pid_t, int, int);
|
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 int kill_proc(pid_t, int, int);
|
||||||
extern struct sigqueue *sigqueue_alloc(void);
|
extern struct sigqueue *sigqueue_alloc(void);
|
||||||
extern void sigqueue_free(struct sigqueue *);
|
extern void sigqueue_free(struct sigqueue *);
|
||||||
|
Loading…
Reference in New Issue
Block a user