summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/limits.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/limits.h b/sys/arch/amd64/include/limits.h
index 0f45207eb37..a8c4a88db1b 100644
--- a/sys/arch/amd64/include/limits.h
+++ b/sys/arch/amd64/include/limits.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: limits.h,v 1.4 2006/01/06 22:48:46 millert Exp $ */
+/* $OpenBSD: limits.h,v 1.5 2009/11/27 19:54:35 guenther Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -36,8 +36,6 @@
#include <sys/cdefs.h>
-#define MB_LEN_MAX 1 /* no multibyte characters */
-
#if __POSIX_VISIBLE || __XPG_VISIBLE
#ifndef SIZE_MAX
#define SIZE_MAX ULONG_MAX /* max value for a size_t */