summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-28 03:26:03 +0000
committerRoland McGrath <roland@gnu.org>2002-09-28 03:26:03 +0000
commit7c2a2aafbb594da8aa17f6386b8cffd935f8e213 (patch)
tree08269d91a3175bf51f163ac3e0aef83730834339 /linuxthreads
parent1c99af9113adfcd07436c0b0025b945c168c53bb (diff)
2002-09-27 Roland McGrath <roland@redhat.com>
* sysdeps/x86_64/tls.h [__ASSEMBLER__]: Don't include <pt-machine.h>.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/sysdeps/x86_64/tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/x86_64/tls.h b/linuxthreads/sysdeps/x86_64/tls.h
index 17773d55bb..e886760690 100644
--- a/linuxthreads/sysdeps/x86_64/tls.h
+++ b/linuxthreads/sysdeps/x86_64/tls.h
@@ -20,9 +20,9 @@
#ifndef _TLS_H
#define _TLS_H
-# include <pt-machine.h>
-
#ifndef __ASSEMBLER__
+
+# include <pt-machine.h>
# include <stddef.h>
/* Type for the dtv. */