am 09f561b3: am b7f49237: Merge "Fix MIPS build."
* commit '09f561b38b880e551097b807585d0e037fa36442':
Fix MIPS build.
diff --git a/libc/bionic/statvfs.cpp b/libc/bionic/statvfs.cpp
index 5d58281..5d42aaa 100644
--- a/libc/bionic/statvfs.cpp
+++ b/libc/bionic/statvfs.cpp
@@ -23,6 +23,10 @@
#define ST_VALID 0x0020
+#if defined(__mips__)
+#define __val val
+#endif
+
static void __statfs_to_statvfs(const struct statfs& in, struct statvfs* out) {
out->f_bsize = in.f_bsize;
out->f_frsize = in.f_frsize;