]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/sched.h
signals: join send_sigqueue() with send_group_sigqueue()
[net-next-2.6.git] / include / linux / sched.h
index ef561527034281c763daa8df70bb1166900125c2..0917b3df12d53846abc78503cadaa25aae1a0422 100644 (file)
@@ -1751,8 +1751,7 @@ extern void zap_other_threads(struct task_struct *p);
 extern int kill_proc(pid_t, int, int);
 extern struct sigqueue *sigqueue_alloc(void);
 extern void sigqueue_free(struct sigqueue *);
-extern int send_sigqueue(int, struct sigqueue *,  struct task_struct *);
-extern int send_group_sigqueue(int, struct sigqueue *,  struct task_struct *);
+extern int send_sigqueue(struct sigqueue *,  struct task_struct *, int group);
 extern int do_sigaction(int, struct k_sigaction *, struct k_sigaction *);
 extern int do_sigaltstack(const stack_t __user *, stack_t __user *, unsigned long);