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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/pt-thread-alloc.c b/sysdeps/mach/pt-thread-alloc.c
index 257d5d2..3c763ef 100644
--- a/sysdeps/mach/pt-thread-alloc.c
+++ b/sysdeps/mach/pt-thread-alloc.c
@@ -73,7 +73,7 @@ __pthread_thread_alloc (struct __pthread *thread)
if (err)
return err;
- if (! do_create)
+ if (!do_create)
{
assert (__pthread_total == 0);
thread->kernel_thread = __mach_thread_self ();