summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/profil.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-01 21:42:31 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-01 21:42:31 +0200
commit04ac1241a4cd004872282c2c82ec37fa33925292 (patch)
tree0d87b349348dd9f8a7e0714dc98a0eb0759beba6 /sysdeps/mach/hurd/profil.c
parent35220b39bcb72030d6121350e91ca033b82e47ce (diff)
parent0bbb676a2342367c4e52b35e890f24667dabb348 (diff)
Merge branch 't/tls' into refs/top-bases/t/tls-threadvar
Diffstat (limited to 'sysdeps/mach/hurd/profil.c')
-rw-r--r--sysdeps/mach/hurd/profil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/profil.c b/sysdeps/mach/hurd/profil.c
index 27145ea32a..17028522a7 100644
--- a/sysdeps/mach/hurd/profil.c
+++ b/sysdeps/mach/hurd/profil.c
@@ -69,7 +69,7 @@ update_waiter (u_short *sample_buffer, size_t size, size_t offset, u_int scale)
err = __mach_setup_thread (__mach_task_self (), profile_thread,
&profile_waiter, NULL, NULL);
if (! err)
- err = __mach_setup_tls(profile_thread);
+ err = __mach_setup_tls (profile_thread);
}
else
err = 0;