diff mbox series

[hurd,commited] hurd: update localplt.data

Message ID 20180613222334.1280-1-samuel.thibault@ens-lyon.org
State New
Headers show
Series [hurd,commited] hurd: update localplt.data | expand

Commit Message

Samuel Thibault June 13, 2018, 10:23 p.m. UTC
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.
---
 ChangeLog                       | 2 ++
 sysdeps/mach/hurd/localplt.data | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/ChangeLog b/ChangeLog
index ab8926d30f..61e7c1758f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ 
 
 	* sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
 	test-xfail-check-abi-libmachuser): Add.
+	* sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
+	__libc_read and __libc_write to __read and __write.
 
 2018-06-13  Joseph Myers  <joseph@codesourcery.com>
 
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