summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-10-04 15:59:19 -0700
committerElliott Hughes <enh@google.com>2013-10-04 16:10:13 -0700
commit72645164b6840806d1681f48565bb3b54efc4628 (patch)
tree69739188ac779194adc5d5203dd73c0c036bdf41 /libc/arch-x86
parent8fb977ba114e3fcb4965bc0211d3f9a409915994 (diff)
downloadbionic-72645164b6840806d1681f48565bb3b54efc4628.zip
bionic-72645164b6840806d1681f48565bb3b54efc4628.tar.gz
bionic-72645164b6840806d1681f48565bb3b54efc4628.tar.bz2
Add arch-x86_64/include/machine.
This is basically the other half of I5de76f6c46ac87779f207d568a86bb453e2414de from Pavel Chupin <pavel.v.chupin@intel.com>, but taking the exact upstream _types.h instead of the modified version. (I was confused when I suggested otherwise.) I've also cleaned up the internal_types.h situation; we weren't gaining anything from these empty files, and there is no upstream internal_types.h for x86_64. Change-Id: I802a9a6a8df1c979e820659212c75a47c2ef392e
Diffstat (limited to 'libc/arch-x86')
-rw-r--r--libc/arch-x86/include/machine/internal_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/arch-x86/include/machine/internal_types.h b/libc/arch-x86/include/machine/internal_types.h
deleted file mode 100644
index 4d1833c..0000000
--- a/libc/arch-x86/include/machine/internal_types.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* $OpenBSD: internal_types.h,v 1.1 2002/04/24 21:53:11 espie Exp $ */
-/* Public domain */
-#ifndef _MACHINE_INTERNAL_TYPES_H_
-#define _MACHINE_INTERNAL_TYPES_H_
-
-#endif