From: Samuel Thibault Date: Mon, 2 Apr 2018 21:32:48 +0000 (+0200) Subject: hurd: Add __errno_location to overridable ld.so symbols X-Git-Tag: glibc-2.28~409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b332b7aa559be3202bfa283b1e6d48c339347b57;p=thirdparty%2Fglibc.git hurd: Add __errno_location to overridable ld.so symbols * sysdeps/mach/hurd/localplt.data (ld.so): Add __errno_location. --- diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index dea460b4b0c..53c1ba9e1c8 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