From 9798ee2f93a94f05d37ceb446355ea430eaefbea Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 5 Jul 1997 21:09:16 +0000 Subject: Make _BSD_TIME_T_ int32_t on all platforms. You can't write lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). --- sys/arch/arm32/include/ansi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/arm32/include/ansi.h') diff --git a/sys/arch/arm32/include/ansi.h b/sys/arch/arm32/include/ansi.h index f90de344ed5..725a87027d9 100644 --- a/sys/arch/arm32/include/ansi.h +++ b/sys/arch/arm32/include/ansi.h @@ -51,7 +51,7 @@ #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() */ +#define _BSD_TIME_T_ int32_t /* time() */ #define _BSD_VA_LIST_ char * /* va_list */ #define _BSD_CLOCKID_T_ int #define _BSD_TIMER_T_ int -- cgit v1.2.3