move __BYTE_ORDER definition to alltypes.h
[musl] / arch / s390x / bits / alltypes.h.in
index 92845ce..1f392b1 100644 (file)
@@ -2,6 +2,8 @@
 #define _Int64 long
 #define _Reg long
 
+#define __BYTE_ORDER 4321
+
 #ifndef __cplusplus
 TYPEDEF int wchar_t;
 #endif