summaryrefslogtreecommitdiff
path: root/elf/tls-macros.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-04-01 15:13:31 +0000
committerJakub Jelinek <jakub@redhat.com>2005-04-01 15:13:31 +0000
commite8eaba2b25948c0e60f70c33c5c52aad70bbf5fc (patch)
tree020566c0ffd2d27131ee7bac45eea5560a4732bd /elf/tls-macros.h
parente3166b6660ce5f0640242a4806a380bb651a2291 (diff)
Updated to fedora-glibc-20050401T1444
Diffstat (limited to 'elf/tls-macros.h')
-rw-r--r--elf/tls-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tls-macros.h b/elf/tls-macros.h
index c6626c2e75..f734417149 100644
--- a/elf/tls-macros.h
+++ b/elf/tls-macros.h
@@ -733,6 +733,6 @@ register void *__gp __asm__("$29");
})
#elif !defined TLS_LE || !defined TLS_IE \
- || !defined TLS_LD || !defined TLS_GD(x)
+ || !defined TLS_LD || !defined TLS_GD
# error "No support for this architecture so far."
#endif