move __BYTE_ORDER definition to alltypes.h
[musl] / arch / powerpc / bits / alltypes.h.in
index 618f374..60c7f1e 100644 (file)
@@ -2,6 +2,8 @@
 #define _Int64 long long
 #define _Reg int
 
+#define __BYTE_ORDER 4321
+
 #ifndef __cplusplus
 #ifdef __WCHAR_TYPE__
 TYPEDEF __WCHAR_TYPE__ wchar_t;