diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-06-01 13:22:46 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-06-01 13:22:46 -0700 |
commit | 3bd872c4c481664542c6c5797730f3830e827b92 (patch) | |
tree | 7c12c7fbf9a7a749334f1704d072e7f14aa67928 /sysdeps/unix/sysv/linux/x86_64 | |
parent | 3553723f3ccc7571764b06d63a8c6e4a8f2c55bc (diff) | |
download | glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.gz glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.xz glibc-3bd872c4c481664542c6c5797730f3830e827b92.zip |
Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/Makefile b/sysdeps/unix/sysv/linux/x86_64/Makefile index dd4ab59c5a..d6a9d360d1 100644 --- a/sysdeps/unix/sysv/linux/x86_64/Makefile +++ b/sysdeps/unix/sysv/linux/x86_64/Makefile @@ -1,6 +1,5 @@ ifeq ($(subdir),misc) sysdep_routines += ioperm iopl -sysdep_headers += sys/perm.h sys/reg.h sys/debugreg.h sys/io.h endif ifeq ($(subdir),stdlib) |