From 43b2e9bf26371e096b69f4753ff9f6dbec437f5e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 11 Apr 2011 10:48:52 -0400 Subject: more types cleanup the basic idea is that the only things in alltypes.h should be types that either vary from system to system (in practice, not just in theoretical la-la land - this is the implementation so we choose what constraints we want to impose on ports) or which are needed by multiple system headers. --- arch/x86_64/bits/alltypes.h.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/x86_64/bits') diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh index bcbb5ee1..af2a4d9a 100755 --- a/arch/x86_64/bits/alltypes.h.sh +++ b/arch/x86_64/bits/alltypes.h.sh @@ -53,9 +53,6 @@ TYPEDEF uint64_t uint_fast64_t; TYPEDEF long intptr_t; TYPEDEF unsigned long uintptr_t; -TYPEDEF long long intmax_t; -TYPEDEF unsigned long long uintmax_t; - TYPEDEF long time_t; TYPEDEF long suseconds_t; STRUCT timeval { time_t tv_sec; int tv_usec; }; -- cgit v1.2.1