summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/limits.h')
-rw-r--r--sys/powerpc/include/limits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h
index b5e3bd1..13ea139 100644
--- a/sys/powerpc/include/limits.h
+++ b/sys/powerpc/include/limits.h
@@ -92,8 +92,8 @@
#if !defined(_POSIX_SOURCE)
#define SIZE_T_MAX UINT_MAX /* max value for a size_t */
-#define OFF_MAX LLONG_MAX /* max value for a off_t */
-#define OFF_MIN LLONG_MIN /* min value for a off_t */
+#define OFF_MAX LLONG_MAX /* max value for an off_t */
+#define OFF_MIN LLONG_MIN /* min value for an off_t */
/* Quads and long longs are the same size. Ensure they stay in sync. */
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
OpenPOWER on IntegriCloud