| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: add-sicode-to-proc-pid-stat-fix |
| Date: Fri Sep 9 01:23:07 PM PDT 2022 |
| |
| tidy up do_group_exit() prototype |
| |
| Cc: Florian Mayer <fmayer@google.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| include/linux/sched/task.h | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/include/linux/sched/task.h~add-sicode-to-proc-pid-stat-fix |
| +++ a/include/linux/sched/task.h |
| @@ -82,7 +82,7 @@ static inline void exit_thread(struct ta |
| { |
| } |
| #endif |
| -extern __noreturn void do_group_exit(int,int); |
| +extern __noreturn void do_group_exit(int exit_code, int sicode); |
| |
| extern void exit_files(struct task_struct *); |
| extern void exit_itimers(struct task_struct *); |
| _ |