summaryrefslogtreecommitdiffstats
path: root/libc/bionic/statvfs.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-09-30 19:20:02 -0700
committerElliott Hughes <enh@google.com>2013-09-30 19:20:02 -0700
commit3456a1f5f486ebca7389bfd3eb942cb107eee0e6 (patch)
treebeecf7022d70b1fd2d5254ad8130218be776e331 /libc/bionic/statvfs.cpp
parent6dee3b9aeec40bb518c1a29b4462300869a03d8e (diff)
downloadbionic-3456a1f5f486ebca7389bfd3eb942cb107eee0e6.zip
bionic-3456a1f5f486ebca7389bfd3eb942cb107eee0e6.tar.gz
bionic-3456a1f5f486ebca7389bfd3eb942cb107eee0e6.tar.bz2
Fix x86 build.
Change-Id: I1f2d8189bec3d0e25d21ca7d7bd73fd02f8678e2
Diffstat (limited to 'libc/bionic/statvfs.cpp')
-rw-r--r--libc/bionic/statvfs.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ extern "C" int __fstatfs64(int, size_t, struct statfs*);
#define ST_VALID 0x0020
-#if defined(__mips__)
+#if !defined(__arm__)
#define __val val
#endif