]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove internal usage of extensible stat functions
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 15 Jul 2020 19:35:58 +0000 (19:35 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 11 Sep 2020 17:35:32 +0000 (14:35 -0300)
commit04986243d1af37ac0177ed2f9db0a066ebd2b212
tree87b9cebcc14f51dd0cf4103be16fc26542b65c69
parent23159962159038891d3211c5632c3900d465f0c7
Remove internal usage of extensible stat functions

It replaces the internal usage of __{f,l}xstat{at}{64} with the
__{f,l}stat{at}{64}.  It should not change the generate code since
sys/stat.h explicit defines redirections to internal calls back to
xstat* symbols.

Checked with a build for all affected ABIs.  I also check on
x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
56 files changed:
catgets/open_catalog.c
csu/check_fds.c
elf/cache.c
elf/dl-load.c
elf/dl-misc.c
elf/dl-profile.c
iconv/gconv_cache.c
include/sys/stat.h
inet/rcmd.c
inet/ruserpass.c
intl/loadmsgcat.c
io/file_change_detection.c
io/fts.c
io/fts64.c
io/ftw.c
io/ftw64.c
io/getdirname.c
io/mkdirat.c
io/mkfifoat.c
io/openat.c
io/openat64.c
io/xmknodat.c
libio/fileops.c
locale/loadarchive.c
locale/loadlocale.c
misc/daemon.c
misc/getusershell.c
nptl/sem_open.c
nscd/nscd_helper.c
posix/glob.c
stdlib/canonicalize.c
sysdeps/gnu/glob64-lstat-compat.c
sysdeps/gnu/glob64.c
sysdeps/mach/hurd/ptsname.c
sysdeps/posix/dl-fileid.h
sysdeps/posix/euidaccess.c
sysdeps/posix/fdopendir.c
sysdeps/posix/fpathconf.c
sysdeps/posix/getaddrinfo.c
sysdeps/posix/isfdtype.c
sysdeps/posix/opendir.c
sysdeps/posix/pathconf.c
sysdeps/posix/posix_fallocate.c
sysdeps/posix/posix_fallocate64.c
sysdeps/posix/sysconf.c
sysdeps/posix/tempname.c
sysdeps/unix/sysv/linux/faccessat.c
sysdeps/unix/sysv/linux/fexecve.c
sysdeps/unix/sysv/linux/oldglob.c
sysdeps/unix/sysv/linux/pathconf.c
sysdeps/unix/sysv/linux/ptsname.c
sysdeps/unix/sysv/linux/ttyname.c
sysdeps/unix/sysv/linux/ttyname_r.c
sysvipc/ftok.c
time/getdate.c
time/tzfile.c