summaryrefslogtreecommitdiff
path: root/sysdeps/mach/pt-wakeup.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-25 02:23:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-25 02:23:02 +0100
commite71f7804caa6352ba4cec3aaf04800c9a3f88d48 (patch)
treedd9659b8939f705b541199cea567552fd5c5b0a4 /sysdeps/mach/pt-wakeup.c
parent034e4e904a5e16356fab5b8943b91b82b7437dbb (diff)
Fix spurious whitespaces
Diffstat (limited to 'sysdeps/mach/pt-wakeup.c')
-rw-r--r--sysdeps/mach/pt-wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/pt-wakeup.c b/sysdeps/mach/pt-wakeup.c
index 95fdbf9..c2eb9ca 100644
--- a/sysdeps/mach/pt-wakeup.c
+++ b/sysdeps/mach/pt-wakeup.c
@@ -30,7 +30,7 @@ void
__pthread_wakeup (struct __pthread *thread)
{
error_t err;
-
+
err = __mach_msg (&thread->wakeupmsg, MACH_SEND_MSG | MACH_SEND_TIMEOUT,
sizeof (thread->wakeupmsg), 0, MACH_PORT_NULL,
0 , MACH_PORT_NULL);