summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-01-18 11:23:42 +0000
committergrehan <grehan@FreeBSD.org>2003-01-18 11:23:42 +0000
commitf683674356c72f0cda84472aee4a1d6fa7a5b6df (patch)
treeb88cd37d96310663988bb199a363dbe72ad322fe /sys/powerpc
parent022b9e97e56f4dc4e9ea076170e0a2456650b3a8 (diff)
downloadFreeBSD-src-f683674356c72f0cda84472aee4a1d6fa7a5b6df.zip
FreeBSD-src-f683674356c72f0cda84472aee4a1d6fa7a5b6df.tar.gz
RAIDframe requires LONG_BIT
Approved by: Benno
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/_limits.h3
-rw-r--r--sys/powerpc/include/limits.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h
index 13ea139..1b06efd 100644
--- a/sys/powerpc/include/_limits.h
+++ b/sys/powerpc/include/_limits.h
@@ -99,6 +99,9 @@
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
#define QUAD_MAX LLONG_MAX /* max value for a quad_t */
#define QUAD_MIN LLONG_MIN /* min value for a quad_t */
+
+#define LONG_BIT 32
+
#endif /* !_POSIX_SOURCE */
#endif /* !_ANSI_SOURCE */
diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h
index 13ea139..1b06efd 100644
--- a/sys/powerpc/include/limits.h
+++ b/sys/powerpc/include/limits.h
@@ -99,6 +99,9 @@
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
#define QUAD_MAX LLONG_MAX /* max value for a quad_t */
#define QUAD_MIN LLONG_MIN /* min value for a quad_t */
+
+#define LONG_BIT 32
+
#endif /* !_POSIX_SOURCE */
#endif /* !_ANSI_SOURCE */
OpenPOWER on IntegriCloud