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:
Samuel Thibault 2018-06-16 01:49:29 +02:00
parent 57e1651557
commit 932d05f0dc
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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 ?