]> sourceware.org Git - glibc.git/commit
linux: Consolidate statvfs implementations
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Sat, 6 Feb 2021 11:26:28 +0000 (11:26 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 11 Feb 2021 11:00:41 +0000 (08:00 -0300)
commit52f527d6f1e880027e37c422b3ce4f2b12c8ef7d
treee03e5a5173f79d02dca6fe35a48c4b71c05b8a4e
parent6ea1603d65881348a81af8dd93860d02443bdf61
linux: Consolidate statvfs implementations

There is no need to handle ENOSYS on fstatfs64 call, required only
for alpha (where is already fallbacks to fstatfs).

Checked on x86_64-linux-gnu.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
include/sys/statvfs.h
sysdeps/unix/sysv/linux/alpha/statvfs.c [deleted file]
sysdeps/unix/sysv/linux/alpha/statvfs64.c [deleted file]
sysdeps/unix/sysv/linux/statvfs.c
sysdeps/unix/sysv/linux/statvfs64.c
sysdeps/unix/sysv/linux/wordsize-64/statvfs.c [deleted file]
sysdeps/unix/sysv/linux/wordsize-64/statvfs64.c [deleted file]
This page took 0.043661 seconds and 5 git commands to generate.