svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

vapier at uclibc.org vapier at uclibc.org
Thu Jan 19 00:04:08 UTC 2006


Author: vapier
Date: 2006-01-18 16:04:05 -0800 (Wed, 18 Jan 2006)
New Revision: 13405

Log:
give a little info as to what the file should contain

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/endian.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/endian.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/endian.h	2006-01-18 23:49:31 UTC (rev 13404)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/endian.h	2006-01-19 00:04:05 UTC (rev 13405)
@@ -11,3 +11,8 @@
 #endif
 
 #error Machine byte order unknown.
+
+#if 0
+#define __BYTE_ORDER __BID_ENDIAN
+#define __BYTE_ORDER __LITTLE_ENDIAN
+#endif




More information about the uClibc-cvs mailing list