am b7f49237: Merge "Fix MIPS build."

* commit 'b7f492375291306065472b67011eebb324de1022':
  Fix MIPS build.
This commit is contained in:
Elliott Hughes 2013-07-09 14:21:50 -07:00 committed by Android Git Automerger
commit 09f561b38b

View File

@ -23,6 +23,10 @@ extern "C" int __fstatfs64(int, size_t, struct statfs*);
#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;