summaryrefslogtreecommitdiff
path: root/sysdeps/l4/hurd/pt-sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/l4/hurd/pt-sysdep.c')
-rw-r--r--sysdeps/l4/hurd/pt-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/l4/hurd/pt-sysdep.c b/sysdeps/l4/hurd/pt-sysdep.c
index f23a137a..265592ca 100644
--- a/sysdeps/l4/hurd/pt-sysdep.c
+++ b/sysdeps/l4/hurd/pt-sysdep.c
@@ -43,7 +43,7 @@ init_routine (void)
__pthread_initialize ();
/* Create the pthread structure for the main thread (i.e. us). */
- err = __pthread_create_internal (&thread, 0, 0, 0, 0);
+ err = __pthread_create_internal (&thread, 0, 0, 0);
assert_perror (err);
__pthread_initialize ();