Chromium Code Reviews| Index: nptl/forward.c |
| diff --git a/nptl/forward.c b/nptl/forward.c |
| index b62efd86f8a23059996641037b7e477b8a7824de..cf7368b48161f7ca80963e884122fec4688b4c18 100644 |
| --- a/nptl/forward.c |
| +++ b/nptl/forward.c |
| @@ -199,6 +199,7 @@ FORWARD2(__pthread_unwind, |
| (__pthread_unwind_buf_t *buf), (buf), { |
| /* We cannot call abort() here. */ |
| INTERNAL_SYSCALL_DECL (err); |
| - INTERNAL_SYSCALL (kill, err, 1, SIGKILL); |
| + INTERNAL_SYSCALL (kill, err, 2, THREAD_SELF->pid, |
| + SIGKILL); |
| }) |
| #undef return |