This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited] hurd: Add __errno_location to overridable ld.so symbols
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Date: Mon, 2 Apr 2018 23:33:31 +0200
- Subject: [hurd,commited] hurd: Add __errno_location to overridable ld.so symbols
* sysdeps/mach/hurd/localplt.data (ld.so): Add __errno_location.
---
sysdeps/mach/hurd/localplt.data | 1 +
1 file changed, 1 insertion(+)
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
--
2.16.2