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

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


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

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

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


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/wordsize.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/wordsize.h	2006-01-19 00:04:05 UTC (rev 13405)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/wordsize.h	2006-01-19 00:04:54 UTC (rev 13406)
@@ -1 +1,6 @@
 #error "This file must be written based on the data type sizes of the target"
+
+#if 0
+#define __WORDSIZE 32
+#define __WORDSIZE 64
+#endif




More information about the uClibc-cvs mailing list