diff options
Diffstat (limited to 'sys/arch/sh/include/limits.h')
-rw-r--r-- | sys/arch/sh/include/limits.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sh/include/limits.h b/sys/arch/sh/include/limits.h index 1078ec4a640..cbc2cb55d5c 100644 --- a/sys/arch/sh/include/limits.h +++ b/sys/arch/sh/include/limits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: limits.h,v 1.3 2013/08/07 15:34:01 kettenis Exp $ */ +/* $OpenBSD: limits.h,v 1.4 2015/04/30 13:42:08 millert Exp $ */ /* $NetBSD: limits.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -38,9 +38,6 @@ #include <sys/cdefs.h> #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 |