]> sourceware.org Git - glibc.git/commit
hurd: Fix ld.so __access override from libc
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 Dec 2019 20:52:39 +0000 (20:52 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 Dec 2019 21:05:56 +0000 (21:05 +0000)
commitdd67928700bc9b5954c93b29a6e0b0c4b279d454
tree7557514a0d014468c56c9f0d000f9c0387337dee
parentdb25266c9202a1235ce2e2f8a4f84cfb86254196
hurd: Fix ld.so __access override from libc

ld.so symbols to be overriden by libc need to be extern to really get
overriden. __access happens to have never been exposed, putting it to
GLIBC_PRIVATE.
include/unistd.h
io/access.c
sysdeps/mach/hurd/Versions
sysdeps/mach/hurd/access.c
sysdeps/mach/hurd/i386/localplt.data
sysdeps/unix/sysv/linux/access.c
This page took 0.040444 seconds and 5 git commands to generate.