aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/htl/pt-docancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/htl/pt-docancel.c')
-rw-r--r--sysdeps/mach/hurd/htl/pt-docancel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/htl/pt-docancel.c b/sysdeps/mach/hurd/htl/pt-docancel.c
index 839529cdbb..6e9428ce57 100644
--- a/sysdeps/mach/hurd/htl/pt-docancel.c
+++ b/sysdeps/mach/hurd/htl/pt-docancel.c
@@ -19,11 +19,12 @@
#include <pthread.h>
#include <pt-internal.h>
+#include <pthreadP.h>
static void
call_exit (void)
{
- pthread_exit (0);
+ __pthread_exit (0);
}
int