svn commit: trunk/uClibc/include
vapier at uclibc.org
vapier at uclibc.org
Fri Sep 14 17:36:49 PDT 2007
Author: vapier
Date: 2007-09-14 17:36:49 -0700 (Fri, 14 Sep 2007)
New Revision: 19833
Log:
drop __user hack for crappy kernel headers and document the __linux__ grease
Modified:
trunk/uClibc/include/features.h
Changeset:
Modified: trunk/uClibc/include/features.h
===================================================================
--- trunk/uClibc/include/features.h 2007-09-15 00:26:11 UTC (rev 19832)
+++ trunk/uClibc/include/features.h 2007-09-15 00:36:49 UTC (rev 19833)
@@ -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