2002-09-27 Roland McGrath <roland@redhat.com>

* sysdeps/x86_64/tls.h [__ASSEMBLER__]: Don't include <pt-machine.h>.
This commit is contained in:
Roland McGrath 2002-09-28 03:26:03 +00:00
parent 1c99af9113
commit 7c2a2aafbb
3 changed files with 2 additions and 2 deletions

View File

@ -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. */

View File