mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08: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>
|
2002-09-29 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
|
* sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
|
||||||
|
@ -21,6 +21,10 @@ ld {
|
|||||||
_exit; _hurd_intr_rpc_mach_msg;
|
_exit; _hurd_intr_rpc_mach_msg;
|
||||||
abort;
|
abort;
|
||||||
}
|
}
|
||||||
|
GLIBC_2.2.6 {
|
||||||
|
# this also must be shared with libc.
|
||||||
|
__errno_location;
|
||||||
|
}
|
||||||
GLIBC_PRIVATE {
|
GLIBC_PRIVATE {
|
||||||
_dl_init_first;
|
_dl_init_first;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user