OSDN Git Service

need to double check internal errno handling wrt libpthread
authorMike Frysinger <vapier@gentoo.org>
Thu, 22 Feb 2007 17:23:56 +0000 (17:23 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 22 Feb 2007 17:23:56 +0000 (17:23 -0000)
libc/misc/internals/internal_errno.h

index c46e07e..d05537c 100644 (file)
@@ -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)