aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-02-14 16:47:08 +0000
committerWarner Losh <imp@FreeBSD.org>2023-02-14 16:47:08 +0000
commite35448a901aa56aa232efbc4fe7a73a9bdac3511 (patch)
tree779ee28ef20e32385f3151924e38c315855e4652 /sys/powerpc/include
parent52d984831d82d97dc132d0d57fca6ee89572799b (diff)
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/endian.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/powerpc/include/endian.h b/sys/powerpc/include/endian.h
index 9e28237bfd24..0fac50361632 100644
--- a/sys/powerpc/include/endian.h
+++ b/sys/powerpc/include/endian.h
@@ -36,18 +36,6 @@
#define _MACHINE_ENDIAN_H_
#include <sys/_types.h>
-
-/*
- * GCC defines _BIG_ENDIAN and _LITTLE_ENDIAN equal to __BIG_ENDIAN__
- * and __LITTLE_ENDIAN__ (resp).
- */
-#ifdef _BIG_ENDIAN
-#undef _BIG_ENDIAN
-#endif
-#ifdef _LITTLE_ENDIAN
-#undef _LITTLE_ENDIAN
-#endif
-
#include <sys/_endian.h>
#endif /* !_MACHINE_ENDIAN_H_ */