summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/bits/endian.h')
-rw-r--r--sysdeps/powerpc/bits/endian.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/powerpc/bits/endian.h b/sysdeps/powerpc/bits/endian.h
index d3ff74f12f..9259da8039 100644
--- a/sysdeps/powerpc/bits/endian.h
+++ b/sysdeps/powerpc/bits/endian.h
@@ -18,6 +18,10 @@
/* PowerPC can be little or big endian. Hopefully gcc will know... */
+#ifndef _ENDIAN_H
+# error "Never use <bits/endian.h> directly; include <endian.h> instead."
+#endif
+
#if defined __BIG_ENDIAN__ || defined _BIG_ENDIAN
# if defined __LITTLE_ENDIAN__ || defined _LITTLE_ENDIAN
# error Please fix sysdeps/powerpc/bits/endian.h (compiling bi-endian?).