diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 23:32:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 23:32:48 +0200 |
commit | b332b7aa559be3202bfa283b1e6d48c339347b57 (patch) | |
tree | db0d34e89c19e0eaa9dea4a41b31e2b57906a54f | |
parent | 171488a2de9fc38ce304487b5344059d49b190ef (diff) | |
download | glibc-b332b7aa559be3202bfa283b1e6d48c339347b57.tar.gz glibc-b332b7aa559be3202bfa283b1e6d48c339347b57.tar.xz glibc-b332b7aa559be3202bfa283b1e6d48c339347b57.zip |
hurd: Add __errno_location to overridable ld.so symbols
* sysdeps/mach/hurd/localplt.data (ld.so): Add __errno_location.
-rw-r--r-- | sysdeps/mach/hurd/localplt.data | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index dea460b4b0..53c1ba9e1c 100644 --- a/sysdeps/mach/hurd/localplt.data +++ b/sysdeps/mach/hurd/localplt.data @@ -18,3 +18,4 @@ ld.so: __strtoul_internal ld.so: _exit ld.so: abort ld.so: _hurd_intr_rpc_mach_msg +ld.so: __errno_location |