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

kraj at uclibc.org kraj at uclibc.org
Tue Dec 2 03:31:28 UTC 2008


Author: kraj
Date: 2008-12-01 19:31:28 -0800 (Mon, 01 Dec 2008)
New Revision: 24226

Log:
sign-off-by: Khem Raj <raj.khem at gmail.com>
Move includes out of  __UCLIBC_HAS_THREADS_NATIVE__ conditional


Modified:
   branches/uClibc-nptl/libc/misc/internals/internal_errno.h


Changeset:
Modified: branches/uClibc-nptl/libc/misc/internals/internal_errno.h
===================================================================
--- branches/uClibc-nptl/libc/misc/internals/internal_errno.h	2008-12-02 03:11:25 UTC (rev 24225)
+++ branches/uClibc-nptl/libc/misc/internals/internal_errno.h	2008-12-02 03:31:28 UTC (rev 24226)
@@ -1,12 +1,13 @@
 /*
  *
  */
-#ifndef __UCLIBC_HAS_THREADS_NATIVE__
 
 #include <features.h>
 #include <errno.h>
 #include <netdb.h>
 
+#ifndef __UCLIBC_HAS_THREADS_NATIVE__
+
 #undef errno
 #undef h_errno
 




More information about the uClibc-cvs mailing list