浏览代码

give a little info as to what the file should contain

Mike Frysinger 19 年之前
父节点
当前提交
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