Pārlūkot izejas kodu

give a little info as to what the file should contain

Mike Frysinger 19 gadi atpakaļ
vecāks
revīzija
138d716df9
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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