svn commit: trunk/uClibc/include/sys

psm at uclibc.org psm at uclibc.org
Wed Jan 18 19:36:38 UTC 2006


Author: psm
Date: 2006-01-18 11:36:36 -0800 (Wed, 18 Jan 2006)
New Revision: 13395

Log:
Don't include twice features.h and correct typo

Modified:
   trunk/uClibc/include/sys/types.h


Changeset:
Modified: trunk/uClibc/include/sys/types.h
===================================================================
--- trunk/uClibc/include/sys/types.h	2006-01-18 17:14:50 UTC (rev 13394)
+++ trunk/uClibc/include/sys/types.h	2006-01-18 19:36:36 UTC (rev 13395)
@@ -262,8 +262,7 @@
 
 
 /* Now add the thread types.  */
-#include <features.h>
-#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined UCLIBC_HAS_THREADS
+#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined __UCLIBC_HAS_THREADS__
 # include <bits/pthreadtypes.h>
 #endif
 




More information about the uClibc-cvs mailing list