summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-08 01:52:03 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-08 01:52:03 +0200
commitcb231fefeab7ec2c4bf080701d309fd5ad2435ef (patch)
treed49305bab94547b5aa74b5ccee1411f5265bdaad
parent26588252cfde777ab7c9b483365f4b39a10774bc (diff)
parent4b15b8b5fe6ef0cdb11c792c4c6c48b9bb1bdb69 (diff)
Merge branch 't/2.19-fix' into refs/top-bases/tschwinge/Roger_Whittaker
-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 b309301d93..273cd0f8a2 100644
--- a/sysdeps/mach/hurd/cthreads.c
+++ b/sysdeps/mach/hurd/cthreads.c
@@ -20,7 +20,7 @@
#include <stdlib.h>
char __libc_lock_self0[0];
-#if IS_IN (rtld)
+#if IS_IN_rtld
/* We don't support static tls relocation so early, but we do not have threads
there either anyway. */
static char __libc_lock_self[0];