aboutsummaryrefslogtreecommitdiff
path: root/libc/include/unistd.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-02-13 15:56:31 -0800
committerElliott Hughes <enh@google.com>2020-02-13 18:00:16 -0800
commit5ac438e5daf497526e7321b456ba87a758a95ea2 (patch)
treeb285ddd203793a6d11744afa37da0cd5f5bb017c /libc/include/unistd.h
parent7482e240cf60fff52ec08cf9340edb231aae7079 (diff)
downloadbionic-5ac438e5daf497526e7321b456ba87a758a95ea2.tar.gz
Clean up mips references in the headers.
Test: treehugger Change-Id: I1997af980b9e46c7c530f9e6cb1aa407b2d63d76
Diffstat (limited to 'libc/include/unistd.h')
-rw-r--r--libc/include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/unistd.h b/libc/include/unistd.h
index e4afd8eb1..aaa8f221a 100644
--- a/libc/include/unistd.h
+++ b/libc/include/unistd.h
@@ -294,7 +294,7 @@ long syscall(long __number, ...);
int daemon(int __no_chdir, int __no_close);
-#if defined(__arm__) || (defined(__mips__) && !defined(__LP64__))
+#if defined(__arm__)
int cacheflush(long __addr, long __nbytes, long __cache);
/* __attribute__((deprecated("use __builtin___clear_cache instead"))); */
#endif