summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libstand/zalloc_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h
index c9aed8dacf83..861ba02e8843 100644
--- a/lib/libstand/zalloc_defs.h
+++ b/lib/libstand/zalloc_defs.h
@@ -34,7 +34,9 @@
*/
#define USEGUARD /* use stard/end guard bytes */
+#if !defined(__powerpc__)
#define USEENDGUARD
+#endif
#define DMALLOCDEBUG /* add debugging code to gather stats */
#define ZALLOCDEBUG