]> sourceware.org Git - glibc.git/commit - io/stat64.c
io: Remove xstat implementations
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 23 Oct 2020 19:40:06 +0000 (16:40 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 29 Dec 2020 19:44:05 +0000 (16:44 -0300)
commit4d97cc8cf3da925fd06fc37d4daebafce3247719
treea8f43be6e51ce7e87c773622403f742dc55a387e
parent69fda43b8dd795c3658869633ca0708ed3134006
io: Remove xstat implementations

With xstat wrapper functions removed (8ed005daf0), the stat functions
are now properly exported, and version is done using symbols versioning
instead of the extra _STAT_* argument.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
19 files changed:
io/Makefile
io/fstat.c
io/fstat64.c
io/fstatat.c
io/fstatat64.c
io/fxstat.c [deleted file]
io/fxstat64.c [deleted file]
io/fxstatat.c [deleted file]
io/fxstatat64.c [deleted file]
io/lstat.c
io/lstat64.c
io/lxstat.c [deleted file]
io/lxstat64.c [deleted file]
io/stat.c
io/stat64.c
io/xstat.c [deleted file]
io/xstat64.c [deleted file]
sysdeps/mach/hurd/Makefile
sysdeps/unix/sysv/linux/Makefile
This page took 0.04683 seconds and 5 git commands to generate.