Fix x86 build.
Change-Id: I1f2d8189bec3d0e25d21ca7d7bd73fd02f8678e2
This commit is contained in:
parent
6dee3b9aee
commit
3456a1f5f4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue