summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/pt-docancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/pt-docancel.c')
-rw-r--r--sysdeps/mach/hurd/pt-docancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/pt-docancel.c b/sysdeps/mach/hurd/pt-docancel.c
index b3a5507..12bbafb 100644
--- a/sysdeps/mach/hurd/pt-docancel.c
+++ b/sysdeps/mach/hurd/pt-docancel.c
@@ -47,7 +47,7 @@ __pthread_do_cancel (struct __pthread *p)
else
{
error_t err;
-
+
err = __thread_suspend (p->kernel_thread);
assert_perror (err);