diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-22 17:23:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-22 17:23:56 +0000 |
commit | de853823e0f43825ca25572cdf254b57b4345822 (patch) | |
tree | d350f64fc02f96591da8b9f0e779fbe5d14562d5 | |
parent | f9cdd6edc58af7bd08e08408b9eb18f7733d0914 (diff) |
need to double check internal errno handling wrt libpthread
-rw-r--r-- | libc/misc/internals/internal_errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/internals/internal_errno.h b/libc/misc/internals/internal_errno.h index c46e07eef..d05537cdf 100644 --- a/libc/misc/internals/internal_errno.h +++ b/libc/misc/internals/internal_errno.h @@ -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) |