From c8c910ed9cbff8c75e74149f227adf3c960f1dbc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 14 Jun 2018 00:22:20 +0200 Subject: hurd: update localplt.data after 329ea513b451 ("Avoid cancellable I/O primitives in ld.so.") * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename __libc_read and __libc_write to __read and __write. --- sysdeps/mach/hurd/localplt.data | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index ca43cce323..4df5ae5d63 100644 --- a/sysdeps/mach/hurd/localplt.data +++ b/sysdeps/mach/hurd/localplt.data @@ -21,9 +21,10 @@ ld.so: _dl_catch_exception # The dynamic linker has its own versions of basic functions for initial loading # of shared libraries. These need to be overriden by libc once loaded. ld.so: __open +ld.so: __open64 ? ld.so: __close -ld.so: __libc_read -ld.so: __libc_write +ld.so: __read ? +ld.so: __write ? #ld.so: __writev ld.so: __libc_lseek64 ld.so: __mmap -- cgit 1.4.1