diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/sys/cachectl.h')
-rw-r--r-- | libc/sysdeps/linux/mips/sys/cachectl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/sys/cachectl.h b/libc/sysdeps/linux/mips/sys/cachectl.h index a93e1fb6d..805c78527 100644 --- a/libc/sysdeps/linux/mips/sys/cachectl.h +++ b/libc/sysdeps/linux/mips/sys/cachectl.h @@ -31,7 +31,9 @@ __BEGIN_DECLS #ifdef __USE_MISC extern int cachectl (void *addr, __const int nbytes, __const int op) __THROW; #endif +#if 0 extern int __cachectl (void *addr, __const int nbytes, __const int op) __THROW; +#endif #ifdef __USE_MISC extern int cacheflush (void *addr, __const int nbytes, __const int op) __THROW; #endif |