summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-19 18:06:35 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-19 18:06:35 +0200
commit7a01fd90c8e294d0aef899f305506e9189b765e4 (patch)
tree80836e9e8f35b73a20f82acd224d98dd088e52ed /sysdeps
parentd7376b13e5858f7ab91b8845ec8fac53a76e0c31 (diff)
parent2607810fdbe482e162a738d208199ee7dc65c750 (diff)
Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/cthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/cthreads.c b/sysdeps/mach/hurd/cthreads.c
index d8c175ccff..b309301d93 100644
--- a/sysdeps/mach/hurd/cthreads.c
+++ b/sysdeps/mach/hurd/cthreads.c
@@ -22,7 +22,7 @@
char __libc_lock_self0[0];
#if IS_IN (rtld)
/* We don't support static tls relocation so early, but we do not have threads
- * * there either anyway */
+ there either anyway. */
static char __libc_lock_self[0];
#else
static __thread char __libc_lock_self[0];