ソースを参照

give a little info as to what the file should contain

Mike Frysinger 20 年 前
コミット
138d716df9
1 ファイル変更5 行追加0 行削除
  1. 5 0
      libc/sysdeps/linux/common/bits/endian.h

+ 5 - 0
libc/sysdeps/linux/common/bits/endian.h

@@ -11,3 +11,8 @@
 #endif
 
 #error Machine byte order unknown.
+
+#if 0
+#define __BYTE_ORDER __BID_ENDIAN
+#define __BYTE_ORDER __LITTLE_ENDIAN
+#endif