summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/_limits.h4
-rw-r--r--sys/ia64/include/limits.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/ia64/include/_limits.h b/sys/ia64/include/_limits.h
index aa5b7e9..b173899 100644
--- a/sys/ia64/include/_limits.h
+++ b/sys/ia64/include/_limits.h
@@ -80,8 +80,8 @@
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
-#define OFF_T_MAX LONG_MAX /* max value for a off_t */
-#define OFF_T_MIN LONG_MIN /* min value for a off_t */
+#define OFF_MAX LONG_MAX /* max value for a off_t */
+#define OFF_MIN LONG_MIN /* min value for a off_t */
/* Quads and longs are the same. Ensure they stay in sync. */
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
diff --git a/sys/ia64/include/limits.h b/sys/ia64/include/limits.h
index aa5b7e9..b173899 100644
--- a/sys/ia64/include/limits.h
+++ b/sys/ia64/include/limits.h
@@ -80,8 +80,8 @@
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
-#define OFF_T_MAX LONG_MAX /* max value for a off_t */
-#define OFF_T_MIN LONG_MIN /* min value for a off_t */
+#define OFF_MAX LONG_MAX /* max value for a off_t */
+#define OFF_MIN LONG_MIN /* min value for a off_t */
/* Quads and longs are the same. Ensure they stay in sync. */
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
OpenPOWER on IntegriCloud