mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-18 16:09:06 +03:00
hurd: update localplt.data
after 329ea513b4
("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.
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
* sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
|
* sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
|
||||||
test-xfail-check-abi-libmachuser): Add.
|
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>
|
2018-06-13 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
@@ -21,9 +21,10 @@ ld.so: _dl_catch_exception
|
|||||||
# The dynamic linker has its own versions of basic functions for initial loading
|
# 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.
|
# of shared libraries. These need to be overriden by libc once loaded.
|
||||||
ld.so: __open
|
ld.so: __open
|
||||||
|
ld.so: __open64 ?
|
||||||
ld.so: __close
|
ld.so: __close
|
||||||
ld.so: __libc_read
|
ld.so: __read ?
|
||||||
ld.so: __libc_write
|
ld.so: __write ?
|
||||||
#ld.so: __writev
|
#ld.so: __writev
|
||||||
ld.so: __libc_lseek64
|
ld.so: __libc_lseek64
|
||||||
ld.so: __mmap
|
ld.so: __mmap
|
||||||
|
Reference in New Issue
Block a user