mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
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>tuliom/microwatt
7 changed files with 26 additions and 48 deletions
@ -1 +0,0 @@ |
|||
#include <sysdeps/unix/sysv/linux/statvfs.c> |
|||
@ -1 +0,0 @@ |
|||
#include <sysdeps/unix/sysv/linux/statvfs64.c> |
|||
@ -1,5 +0,0 @@ |
|||
#define __statvfs64(file, buf) __no_statvfs64(file, buf) |
|||
#define statvfs64(file, buf) no_statvfs64(file, buf) |
|||
#include "../statvfs.c" |
|||
strong_alias (__statvfs, __statvfs64) |
|||
weak_alias (__statvfs, statvfs64) |
|||
@ -1 +0,0 @@ |
|||
/* statvfs64 is the same as statvfs. */ |
|||
Loading…
Reference in new issue