public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited 0/2] hurd: Fix some ld.so overrides from libc
@ 2019-12-01 21:22 Samuel Thibault
  2019-12-01 21:22 ` [hurd,commited 1/2] hurd: Fix ld.so __getcwd override " Samuel Thibault
  2019-12-01 21:22 ` [hurd,commited 2/2] hurd: Fix ld.so __access " Samuel Thibault
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Thibault @ 2019-12-01 21:22 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-01 21:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-01 21:22 [hurd,commited 0/2] hurd: Fix some ld.so overrides from libc Samuel Thibault
2019-12-01 21:22 ` [hurd,commited 1/2] hurd: Fix ld.so __getcwd override " Samuel Thibault
2019-12-01 21:22 ` [hurd,commited 2/2] hurd: Fix ld.so __access " Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).