Merge "Fix x86 build."

This commit is contained in:
Elliott Hughes 2013-10-01 02:23:02 +00:00 committed by Gerrit Code Review
commit f5ea738baa

View File

@ -23,7 +23,7 @@ extern "C" int __fstatfs64(int, size_t, struct statfs*);
#define ST_VALID 0x0020
#if defined(__mips__)
#if !defined(__arm__)
#define __val val
#endif