svn commit: branches/uClibc-nptl/libc/misc/internals

sjhill at uclibc.org sjhill at uclibc.org
Sat Apr 14 19:16:06 UTC 2007


Author: sjhill
Date: 2007-04-14 12:16:06 -0700 (Sat, 14 Apr 2007)
New Revision: 18446

Log:
Fix up header files.


Modified:
   branches/uClibc-nptl/libc/misc/internals/__uClibc_main.c


Changeset:
Modified: branches/uClibc-nptl/libc/misc/internals/__uClibc_main.c
===================================================================
--- branches/uClibc-nptl/libc/misc/internals/__uClibc_main.c	2007-04-14 18:25:55 UTC (rev 18445)
+++ branches/uClibc-nptl/libc/misc/internals/__uClibc_main.c	2007-04-14 19:16:06 UTC (rev 18446)
@@ -15,10 +15,8 @@
  * avoided in the static library case.
  */
 
-#include <features.h>
-#ifndef __UCLIBC_HAS_THREADS_NATIVE__
 #define	_ERRNO_H
-#endif
+#include <features.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
@@ -32,7 +30,6 @@
 #include <sys/stat.h>
 #include <sys/sysmacros.h>
 #ifdef __UCLIBC_HAS_THREADS_NATIVE__
-#include <errno.h>
 #include <pthread-functions.h>
 #include <not-cancel.h>
 #endif




More information about the uClibc-cvs mailing list