svn commit: trunk/uClibc/libc/misc/internals

vapier at uclibc.org vapier at uclibc.org
Thu Feb 22 17:23:57 UTC 2007


Author: vapier
Date: 2007-02-22 09:23:56 -0800 (Thu, 22 Feb 2007)
New Revision: 17952

Log:
need to double check internal errno handling wrt libpthread

Modified:
   trunk/uClibc/libc/misc/internals/internal_errno.h


Changeset:
Modified: trunk/uClibc/libc/misc/internals/internal_errno.h
===================================================================
--- trunk/uClibc/libc/misc/internals/internal_errno.h	2007-02-22 12:00:15 UTC (rev 17951)
+++ trunk/uClibc/libc/misc/internals/internal_errno.h	2007-02-22 17:23:56 UTC (rev 17952)
@@ -9,10 +9,12 @@
 #undef errno
 #undef h_errno
 
+/* need to tweak libpthread
 #ifdef __UCLIBC_HAS_THREADS__
 # define errno __uclibc_errno
 # define h_errno __uclibc_h_errno
 #endif
+*/
 
 extern int h_errno;
 libc_hidden_proto(h_errno)




More information about the uClibc-cvs mailing list