This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited 0/2] hurd: Fix some ld.so overrides from libc
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>, commit-hurd at gnu dot org
- Date: Sun, 1 Dec 2019 22:22:37 +0100
- Subject: [hurd,commited 0/2] hurd: Fix some ld.so overrides from libc
ld.so symbols to be overriden by libc need to be extern to really get
overriden.
Samuel Thibault (2):
hurd: Fix ld.so __getcwd override from libc
hurd: Fix ld.so __access override from libc
include/unistd.h | 6 ++++--
io/access.c | 1 +
io/getcwd.c | 1 +
sysdeps/mach/hurd/Versions | 12 ++++++------
sysdeps/mach/hurd/access.c | 1 +
sysdeps/mach/hurd/getcwd.c | 1 +
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 +
10 files changed, 19 insertions(+), 10 deletions(-)
--
2.24.0