aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/tls.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-07-22 06:46:54 +0000
committerRoland McGrath <roland@gnu.org>2007-07-22 06:46:54 +0000
commit7b153ce13a6e91bc0ca787fc9d3345456ec09803 (patch)
tree6db072d0a14dc281186d722c7e1d0a25186c004c /sysdeps/mach/hurd/tls.h
parentdde0763af5353f4646e57e9eb788768aca072a3e (diff)
downloadglibc-7b153ce13a6e91bc0ca787fc9d3345456ec09803.tar
glibc-7b153ce13a6e91bc0ca787fc9d3345456ec09803.tar.gz
glibc-7b153ce13a6e91bc0ca787fc9d3345456ec09803.tar.bz2
glibc-7b153ce13a6e91bc0ca787fc9d3345456ec09803.zip
2006-06-13 Thomas Schwinge <tschwinge@gnu.org>
* sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to `__ASSEMBLER__'. * sysdeps/mach/hurd/i386/tls.h: Likewise.
Diffstat (limited to 'sysdeps/mach/hurd/tls.h')
-rw-r--r--sysdeps/mach/hurd/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/tls.h b/sysdeps/mach/hurd/tls.h
index cce42ef374..8159ed986c 100644
--- a/sysdeps/mach/hurd/tls.h
+++ b/sysdeps/mach/hurd/tls.h
@@ -20,7 +20,7 @@
#ifndef _TLS_H
#define _TLS_H
-#if defined HAVE_TLS_SUPPORT && !defined ASSEMBLER
+#if defined HAVE_TLS_SUPPORT && !defined __ASSEMBLER__
# include <stddef.h>
# include <stdbool.h>