OSDN Git Service

give a little info as to what the file should contain
authorMike Frysinger <vapier@gentoo.org>
Thu, 19 Jan 2006 00:04:05 +0000 (00:04 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 19 Jan 2006 00:04:05 +0000 (00:04 -0000)
libc/sysdeps/linux/common/bits/endian.h

index 45afd4a..7bad3e6 100644 (file)
@@ -11,3 +11,8 @@
 #endif
 
 #error Machine byte order unknown.
+
+#if 0
+#define __BYTE_ORDER __BID_ENDIAN
+#define __BYTE_ORDER __LITTLE_ENDIAN
+#endif