diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-10-23 16:40:06 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-12-29 16:44:05 -0300 |
commit | 4d97cc8cf3da925fd06fc37d4daebafce3247719 (patch) | |
tree | a8f43be6e51ce7e87c773622403f742dc55a387e /io/Makefile | |
parent | 69fda43b8dd795c3658869633ca0708ed3134006 (diff) | |
download | glibc-4d97cc8cf3da925fd06fc37d4daebafce3247719.zip glibc-4d97cc8cf3da925fd06fc37d4daebafce3247719.tar.gz glibc-4d97cc8cf3da925fd06fc37d4daebafce3247719.tar.bz2 |
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>
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index 33f5b0b..887a989 100644 --- a/io/Makefile +++ b/io/Makefile @@ -33,9 +33,8 @@ routines := \ utime \ mkfifo mkfifoat \ stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \ - xstat fxstat lxstat xstat64 fxstat64 lxstat64 statx \ + statx \ mknod mknodat xmknod xmknodat \ - fxstatat fxstatat64 \ statfs fstatfs statfs64 fstatfs64 \ statvfs fstatvfs statvfs64 fstatvfs64 \ umask chmod fchmod lchmod fchmodat \ |