diff options
Diffstat (limited to 'sysdeps/mach/hurd/pt-docancel.c')
-rw-r--r-- | sysdeps/mach/hurd/pt-docancel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/pt-docancel.c b/sysdeps/mach/hurd/pt-docancel.c index 767122d..a8bcb24 100644 --- a/sysdeps/mach/hurd/pt-docancel.c +++ b/sysdeps/mach/hurd/pt-docancel.c @@ -54,7 +54,7 @@ __pthread_do_cancel (struct __pthread *p) assert_perror (err); err = __thread_set_pcsptp (p->kernel_thread, - 1, (void *) call_exit, 0, 0, 0, 0); + 1, (void *) call_exit, 0, 0, 0, 0); assert_perror (err); err = __thread_resume (p->kernel_thread); |