aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 4268b9bf6..c1f7135e5 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -323,7 +323,8 @@
# if defined(_LP64) || defined(_LARGE_FILES)
# define SIZEOF_OFF_T 8
# endif
-# else
+# endif
+# ifndef SIZEOF_OFF_T
# define SIZEOF_OFF_T 4
# endif
#endif