From b5fb7921e4e7f1816a8526e26df9c1b97edba039 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Tue, 3 Feb 2004 17:21:27 +0000 Subject: Use the same values on other openbsd 32 bit archs for these for now. These agree with the values used by the compiler. --- sys/arch/arm/include/ansi.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys/arch/arm') diff --git a/sys/arch/arm/include/ansi.h b/sys/arch/arm/include/ansi.h index 466a195e1b3..aedb6bef155 100644 --- a/sys/arch/arm/include/ansi.h +++ b/sys/arch/arm/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ +/* $OpenBSD: ansi.h,v 1.2 2004/02/03 17:21:26 drahn Exp $ */ /* $NetBSD: ansi.h,v 1.4 2003/03/02 22:18:17 tshiozak Exp $ */ /* @@ -48,19 +48,11 @@ * #undef _BSD_SIZE_T_ * #endif */ -#ifdef __ELF__ -#define _BSD_CLOCK_T_ unsigned int /* clock() */ -#define _BSD_PTRDIFF_T_ long int /* ptr1 - ptr2 */ -#define _BSD_SIZE_T_ unsigned long int /* sizeof() */ -#define _BSD_SSIZE_T_ long int /* byte count or error */ -#define _BSD_TIME_T_ int /* time() */ -#else #define _BSD_CLOCK_T_ unsigned long /* clock() */ #define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */ #define _BSD_SIZE_T_ unsigned int /* sizeof() */ #define _BSD_SSIZE_T_ int /* byte count or error */ #define _BSD_TIME_T_ long /* time() */ -#endif #define _BSD_VA_LIST_ __builtin_va_list /* va_list */ #define _BSD_CLOCKID_T_ int /* clockid_t */ #define _BSD_TIMER_T_ int /* timer_t */ -- cgit v1.2.3