diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/mach/hurd/Versions | 4 |
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; |