]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 6 Sep 2002 09:35:02 +0000 (09:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 6 Sep 2002 09:35:02 +0000 (09:35 +0000)
* include/errno.h: Use errno definition with __thread for now only
in libc and ld.so.

ChangeLog
include/errno.h

index d87b55c47eb7351a72ab01a48bd673db3c648665..a94939dc8db036121a7f86cbb4146a21d4100300 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
 
+       * include/errno.h: Use errno definition with __thread for now only
+       in libc and ld.so.
+
        * test-skeleton.c (main): Improve error message for unexpected
        signal case.
 
index 934dae791affab036b45aa39c956aec7dde485da..e9add9196acd84bbfeef114c64394eef88447dfb 100644 (file)
@@ -6,7 +6,7 @@
 
 # include <tls.h>              /* Defines USE_TLS.  */
 
-# if USE_TLS && HAVE___THREAD
+# if USE_TLS && HAVE___THREAD && (!defined NOT_IN_libc || defined IS_IN_rtld)
 #  undef  errno
 #  define errno errno          /* For #ifndef errno tests.  */
 extern __thread int errno;
This page took 0.047377 seconds and 5 git commands to generate.