aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-29 22:48:07 +0000
committerRoland McGrath <roland@gnu.org>2002-09-29 22:48:07 +0000
commit79af0a1dca755275e8cc4597131b30c4601f1963 (patch)
tree3474fbf35ca38cef26cac977f1e86e0c71cfc00e
parente5baac1b40784ecbb8808440751a8b622dbc1db7 (diff)
downloadglibc-79af0a1dca755275e8cc4597131b30c4601f1963.tar
glibc-79af0a1dca755275e8cc4597131b30c4601f1963.tar.gz
glibc-79af0a1dca755275e8cc4597131b30c4601f1963.tar.bz2
glibc-79af0a1dca755275e8cc4597131b30c4601f1963.zip
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
2002-09-29 Roland McGrath <roland@redhat.com>
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/mach/hurd/Versions4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75a632710a..d2a8ff7ffd 100644
--- 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
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions
index a05003b82d..dcaaae6146 100644
--- a/sysdeps/mach/hurd/Versions
+++ b/sysdeps/mach/hurd/Versions
@@ -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;