* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
authorRoland McGrath <roland@gnu.org>
Sun, 29 Sep 2002 22:48:07 +0000 (22:48 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 29 Sep 2002 22:48:07 +0000 (22:48 +0000)
2002-09-29  Roland McGrath  <roland@redhat.com>

ChangeLog
sysdeps/mach/hurd/Versions

index 75a6327..d2a8ff7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-09-29  Roland McGrath  <roland@redhat.com>
 
+       * sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
+
+2002-09-29  Roland McGrath  <roland@redhat.com>
+
        * sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
        Define errno in .tbss.
        * sysdeps/unix/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]: Use TLS
index a05003b..dcaaae6 100644 (file)
@@ -21,6 +21,10 @@ ld {
     _exit; _hurd_intr_rpc_mach_msg;
     abort;
   }
+  GLIBC_2.2.6 {
+    # this also must be shared with libc.
+    __errno_location;
+  }
   GLIBC_PRIVATE {
     _dl_init_first;