From 72645164b6840806d1681f48565bb3b54efc4628 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 4 Oct 2013 15:59:19 -0700 Subject: Add arch-x86_64/include/machine. This is basically the other half of I5de76f6c46ac87779f207d568a86bb453e2414de from Pavel Chupin , 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 --- libc/arch-x86/include/machine/internal_types.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 libc/arch-x86/include/machine/internal_types.h (limited to 'libc/arch-x86') 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 -- cgit v1.1