summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-14 00:22:20 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-14 00:22:20 +0200
commitc8c910ed9cbff8c75e74149f227adf3c960f1dbc (patch)
tree0a6e7bb45408bd142860ec867834e323a384702e /sysdeps/mach/hurd
parent43b5ff50b5002b035ee9cd9d1c1f908b7cd4c370 (diff)
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.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/localplt.data5
1 files changed, 3 insertions, 2 deletions
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