From 1e55d1cb07f6e4e910f3e409d5d852e82abab4c7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 30 Apr 2015 13:42:09 +0000 Subject: Remove SIZE_MAX from limits.h. It was added years ago before we had a proper stdint.h. No ports fallout. OK guenther@ miod@ --- sys/arch/arm/include/limits.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/arm/include') diff --git a/sys/arch/arm/include/limits.h b/sys/arch/arm/include/limits.h index 1ef1441afad..497bff5c130 100644 --- a/sys/arch/arm/include/limits.h +++ b/sys/arch/arm/include/limits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: limits.h,v 1.6 2013/08/07 15:33:59 kettenis Exp $ */ +/* $OpenBSD: limits.h,v 1.7 2015/04/30 13:42:08 millert Exp $ */ /* $NetBSD: limits.h,v 1.4 2003/04/28 23:16:18 bjh21 Exp $ */ /* @@ -38,9 +38,6 @@ #include #if __POSIX_VISIBLE || __XPG_VISIBLE -#ifndef SIZE_MAX -#define SIZE_MAX ULONG_MAX /* max value for a size_t */ -#endif #define SSIZE_MAX LONG_MAX /* max value for a ssize_t */ #endif -- cgit v1.2.3