hurd: Make sure dl-sysdep.c defines proper symbol names
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 24 Sep 2017 15:54:02 +0000 (17:54 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 24 Sep 2017 15:54:02 +0000 (17:54 +0200)
commit5e6f32531eab502afb094ad62aad333c63a58cfd
tree3e50baffd6a141306de3e01d1e31bcc9a18753af
parent2f49ce7d6263588c0b4c60a42e95ff954cf3c7d2
hurd: Make sure dl-sysdep.c defines proper symbol names

* sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
(__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
__mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
__getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
to make sure that these symbols are defined.
ChangeLog
sysdeps/mach/hurd/dl-sysdep.c