* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.

2002-09-29  Roland McGrath  <roland@redhat.com>
This commit is contained in:
Roland McGrath 2002-09-29 22:48:07 +00:00
parent e5baac1b40
commit 79af0a1dca
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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]:

View 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;