move __BYTE_ORDER definition to alltypes.h
[oweals/musl.git] / arch / i386 / bits / alltypes.h.in
index c852313caad07d9f7f418a4a5d2e1d74e9d5a5f5..95491e4b8473848a3db60303d513644ad39b333d 100644 (file)
@@ -2,6 +2,8 @@
 #define _Int64 long long
 #define _Reg int
 
+#define __BYTE_ORDER 1234
+
 #ifndef __cplusplus
 #ifdef __WCHAR_TYPE__
 TYPEDEF __WCHAR_TYPE__ wchar_t;