commit | f5ea738baa0ad5b32348f2ac42450d33d452ef31 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 01 02:23:02 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 01 02:23:02 2013 +0000 |
tree | beecf7022d70b1fd2d5254ad8130218be776e331 | |
parent | 6dee3b9aeec40bb518c1a29b4462300869a03d8e [diff] | |
parent | 3456a1f5f486ebca7389bfd3eb942cb107eee0e6 [diff] |
Merge "Fix x86 build."
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