mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
* 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:
parent
e5baac1b40
commit
79af0a1dca
@ -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]:
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user