mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
hurd: Avoid missing PLT ref from ld.so requirement
* sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.
This commit is contained in:
parent
57e1651557
commit
932d05f0dc
@ -17,6 +17,7 @@
|
||||
(__pthread_get_cleanup_stack): Add hidden proto.
|
||||
* sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Remove
|
||||
prototype.
|
||||
* sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.
|
||||
|
||||
2018-06-15 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@ ld.so: _dl_signal_exception
|
||||
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: __open ?
|
||||
ld.so: __open64 ?
|
||||
ld.so: __close
|
||||
ld.so: __read ?
|
||||
|
Loading…
Reference in New Issue
Block a user