aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-08-21 17:45:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2017-08-21 17:45:06 +0000
commitac3b479ec8db076d87016a4cc09009ec0b3630d7 (patch)
treec0ab0f7587e997d73d3282f354f2b934cd6494e5
parent7fea98ac16666c5fcbfd58ed29e7ae25cc4e375f (diff)
Notes
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h b/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h
index a45d18e8ab23..93f1855b3908 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h
+++ b/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h
@@ -525,7 +525,9 @@ extern "C" {
/*
* Define the appropriate "implementation choices".
*/
+#if !defined(_ILP32)
#define _ILP32
+#endif
#if !defined(_I32LPx) && defined(_KERNEL)
#define _I32LPx
#endif