commit | 3456a1f5f486ebca7389bfd3eb942cb107eee0e6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 30 19:20:02 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Sep 30 19:20:02 2013 -0700 |
tree | beecf7022d70b1fd2d5254ad8130218be776e331 | |
parent | 6dee3b9aeec40bb518c1a29b4462300869a03d8e [diff] |
Fix x86 build. Change-Id: I1f2d8189bec3d0e25d21ca7d7bd73fd02f8678e2
diff --git a/libc/bionic/statvfs.cpp b/libc/bionic/statvfs.cpp index 5d42aaa..743e4fd 100644 --- a/libc/bionic/statvfs.cpp +++ b/libc/bionic/statvfs.cpp
@@ -23,7 +23,7 @@ #define ST_VALID 0x0020 -#if defined(__mips__) +#if !defined(__arm__) #define __val val #endif