Fix mips __fadvise64.S build failure.
Bug: 12449798
(cherry picked from commit 9990b3973bdfcda5419c06886215147a878222f1)
Change-Id: Iba92e2aa262666a59fc38b870dfd9f4082eeb628
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT
index 3e380bd..c3b7bab 100644
--- a/libc/SYSCALLS.TXT
+++ b/libc/SYSCALLS.TXT
@@ -170,8 +170,8 @@
# posix_fadvise64 is awkward: arm has shuffled arguments,
# the POSIX functions don't set errno, and no architecture has posix_fadvise.
int __arm_fadvise64_64:arm_fadvise64_64(int, int, off64_t, off64_t) arm
-int __fadvise64:fadvise64_64(int, off64_t, off64_t, int) mips,x86
-int __fadvise64:fadvise64(int, off64_t, off64_t, int) arm64,mips64,x86_64
+int __fadvise64:fadvise64_64(int, off64_t, off64_t, int) x86
+int __fadvise64:fadvise64(int, off64_t, off64_t, int) arm64,mips,mips64,x86_64
int __fstatfs64:fstatfs64(int, size_t, struct statfs*) arm,mips,x86
int fstatfs64|fstatfs:fstatfs(int, struct statfs*) arm64,mips64,x86_64