summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-02-03 17:21:27 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-02-03 17:21:27 +0000
commitb5fb7921e4e7f1816a8526e26df9c1b97edba039 (patch)
tree1197edef7feb86f1bd6fc59001c6fa24becd0e74 /sys
parentf8f51584a4a42561d89ebe9761712b3042ab7917 (diff)
Use the same values on other openbsd 32 bit archs for these for now.
These agree with the values used by the compiler.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm/include/ansi.h10
1 files changed, 1 insertions, 9 deletions
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 */