Fix x86 build.

Change-Id: I1f2d8189bec3d0e25d21ca7d7bd73fd02f8678e2
This commit is contained in:
Elliott Hughes 2013-09-30 19:20:02 -07:00
parent 6dee3b9aee
commit 3456a1f5f4
1 changed files with 1 additions and 1 deletions

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