svn commit: trunk/uClibc/libpthread/linuxthreads

vapier at uclibc.org vapier at uclibc.org
Fri Oct 28 00:04:55 UTC 2005


Author: vapier
Date: 2005-10-27 17:04:53 -0700 (Thu, 27 Oct 2005)
New Revision: 11939

Log:
fix building with locale

Modified:
   trunk/uClibc/libpthread/linuxthreads/internals.h


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/internals.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/internals.h	2005-10-27 23:55:17 UTC (rev 11938)
+++ trunk/uClibc/libpthread/linuxthreads/internals.h	2005-10-28 00:04:53 UTC (rev 11939)
@@ -31,10 +31,10 @@
 #include <ucontext.h>
 #include <bits/sigcontextinfo.h>
 #include "semaphore.h"
-#include "descr.h"
 #ifdef __UCLIBC_HAS_XLOCALE__
 #include <bits/uClibc_locale.h>
 #endif /* __UCLIBC_HAS_XLOCALE__ */
+#include "descr.h"
 
 /* Use a funky version in a probably vein attempt at preventing gdb 
  * from dlopen()'ing glibc's libthread_db library... */




More information about the uClibc-cvs mailing list