diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-28 03:26:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-28 03:26:03 +0000 |
commit | 7c2a2aafbb594da8aa17f6386b8cffd935f8e213 (patch) | |
tree | 08269d91a3175bf51f163ac3e0aef83730834339 /linuxthreads/sysdeps | |
parent | 1c99af9113adfcd07436c0b0025b945c168c53bb (diff) | |
download | glibc-7c2a2aafbb594da8aa17f6386b8cffd935f8e213.tar.gz glibc-7c2a2aafbb594da8aa17f6386b8cffd935f8e213.tar.xz glibc-7c2a2aafbb594da8aa17f6386b8cffd935f8e213.zip |
2002-09-27 Roland McGrath <roland@redhat.com>
* sysdeps/x86_64/tls.h [__ASSEMBLER__]: Don't include <pt-machine.h>.
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/x86_64/tls.h | 4 |
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. */ |