svn commit: branches/uClibc_0_9_29/include

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:33:13 UTC 2008


Author: vapier
Date: 2008-01-05 09:33:13 -0800 (Sat, 05 Jan 2008)
New Revision: 20758

Log:
Merge r19833 by vapier from trunk:
drop __user hack for crappy kernel headers and document the __linux__ grease


Modified:
   branches/uClibc_0_9_29/include/features.h


Changeset:
Modified: branches/uClibc_0_9_29/include/features.h
===================================================================
--- branches/uClibc_0_9_29/include/features.h	2008-01-05 17:32:52 UTC (rev 20757)
+++ branches/uClibc_0_9_29/include/features.h	2008-01-05 17:33:13 UTC (rev 20758)
@@ -413,12 +413,12 @@
 # include <libc-internal.h>
 #endif
 
+/* Some people like to build up uClibc with *-elf toolchains, so
+ * a little grease here until we drop '#ifdef __linux__' checks
+ * from our source code.
+ */
 #ifndef __linux__
 # define __linux__ 1
 #endif
 
-/* Disable __user, which shows up in 2.6.x include asm headers
- * that get pulled in by signal.h */
-#define __user
-
 #endif	/* features.h  */




More information about the uClibc-cvs mailing list