* commit '28317d3a161c88f88e85d97d584d656ffbe63a19': Fix x86 build.
This commit is contained in:
commit
6c8dc46406
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue