exit: change zap_other_threads() to count sub-threads
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / sched.h
index 4f31a166b1a185d195d358273f0cb6dfdcc0d5bb..a95a2455cebe8f9041347dc090595bba64e69b09 100644 (file)
@@ -2036,7 +2036,7 @@ extern int do_notify_parent(struct task_struct *, int);
 extern void __wake_up_parent(struct task_struct *p, struct task_struct *parent);
 extern void force_sig(int, struct task_struct *);
 extern int send_sig(int, struct task_struct *, int);
-extern void zap_other_threads(struct task_struct *p);
+extern int zap_other_threads(struct task_struct *p);
 extern struct sigqueue *sigqueue_alloc(void);
 extern void sigqueue_free(struct sigqueue *);
 extern int send_sigqueue(struct sigqueue *,  struct task_struct *, int group);