move __BYTE_ORDER definition to alltypes.h
[musl] / arch / x86_64 / bits / alltypes.h.in
index a484f17..b815b43 100644 (file)
@@ -2,6 +2,8 @@
 #define _Int64 long
 #define _Reg long
 
+#define __BYTE_ORDER 1234
+
 #ifndef __cplusplus
 TYPEDEF int wchar_t;
 #endif