move __BYTE_ORDER definition to alltypes.h
[musl] / arch / x32 / bits / alltypes.h.in
index c71f246..5d7a127 100644 (file)
@@ -2,6 +2,8 @@
 #define _Int64 long long
 #define _Reg long long
 
+#define __BYTE_ORDER 1234
+
 #ifndef __cplusplus
 #ifdef __WCHAR_TYPE__
 TYPEDEF __WCHAR_TYPE__ wchar_t;