[PATCH 0/2] hurd: Fix some ld.so symbol override from libc

Samuel Thibault samuel.thibault@ens-lyon.org
Sat Jul 28 14:28:00 GMT 2018


Hello,

These fix hurd ld.so symbol overriding from libc by using
libc_hidden_proto instead of attribute_hidden.

I could check that it doesn't change the abilist on linux x86_64.

Samuel

Samuel Thibault (2):
  hurd: Fix some ld.so symbol override from libc
  hurd: Fix some ld.so symbol override from libc

 ChangeLog                            | 10 ++++++++++
 include/unistd.h                     |  6 ++++--
 io/access.c                          |  1 +
 io/getcwd.c                          |  1 +
 sysdeps/mach/hurd/access.c           |  1 +
 sysdeps/mach/hurd/getcwd.c           |  1 +
 sysdeps/mach/hurd/i386/ld.abilist    |  2 ++
 sysdeps/mach/hurd/i386/libc.abilist  |  2 ++
 sysdeps/mach/hurd/i386/localplt.data |  4 ++--
 sysdeps/posix/getcwd.c               |  1 +
 sysdeps/unix/sysv/linux/access.c     |  1 +
 sysdeps/unix/sysv/linux/getcwd.c     |  1 +
 12 files changed, 27 insertions(+), 4 deletions(-)

-- 
2.18.0



More information about the Libc-alpha mailing list