diff options
Diffstat (limited to '9/platforms/android-19/arch-mips64/usr/include/sys/vfs.h')
-rw-r--r-- | 9/platforms/android-19/arch-mips64/usr/include/sys/vfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/9/platforms/android-19/arch-mips64/usr/include/sys/vfs.h b/9/platforms/android-19/arch-mips64/usr/include/sys/vfs.h index cd6044d..5358ffb 100644 --- a/9/platforms/android-19/arch-mips64/usr/include/sys/vfs.h +++ b/9/platforms/android-19/arch-mips64/usr/include/sys/vfs.h @@ -107,6 +107,8 @@ typedef __fsid_t fsid_t; struct statfs { __STATFS64_BODY }; struct statfs64 { __STATFS64_BODY }; +#undef __STATFS64_BODY + /* Declare that we have the f_namelen, f_frsize, and f_flags fields. */ #define _STATFS_F_NAMELEN #define _STATFS_F_FRSIZE |