From: John Hodge (sonata) Date: Sun, 9 Dec 2012 05:02:16 +0000 (+0800) Subject: Kernel/x86_64 - Fixed collision with stddef.h X-Git-Tag: rel0.15~607 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=87db7ec94d1029e052c7876acb47d684fe6e100c;hp=--cc;p=tpg%2Facess2.git Kernel/x86_64 - Fixed collision with stddef.h --- 87db7ec94d1029e052c7876acb47d684fe6e100c diff --git a/KernelLand/Kernel/arch/x86_64/include/arch.h b/KernelLand/Kernel/arch/x86_64/include/arch.h index 633b167e..c0572cb5 100644 --- a/KernelLand/Kernel/arch/x86_64/include/arch.h +++ b/KernelLand/Kernel/arch/x86_64/include/arch.h @@ -43,7 +43,6 @@ typedef Uint64 Uint; typedef Uint64 tPAddr; typedef Uint64 tVAddr; -typedef Uint64 size_t; typedef char BOOL; #define __ASM__ __asm__ __volatile__