summaryrefslogtreecommitdiff
path: root/sysdeps/mach/pt-thread-alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/pt-thread-alloc.c')
-rw-r--r--sysdeps/mach/pt-thread-alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/pt-thread-alloc.c b/sysdeps/mach/pt-thread-alloc.c
index 77aa933..76e5660 100644
--- a/sysdeps/mach/pt-thread-alloc.c
+++ b/sysdeps/mach/pt-thread-alloc.c
@@ -56,8 +56,8 @@ create_wakeupmsg (struct __pthread *thread)
}
/* No need to queue more than one wakeup message on this port. */
- mach_port_set_qlimit (__mach_task_self (),
- thread->wakeupmsg.msgh_remote_port, 1);
+ __mach_port_set_qlimit (__mach_task_self (),
+ thread->wakeupmsg.msgh_remote_port, 1);
return 0;
}