diff options
Diffstat (limited to 'libc/include/sys/cachectl.h')
-rw-r--r-- | libc/include/sys/cachectl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/sys/cachectl.h b/libc/include/sys/cachectl.h index 57e6ae787..a302ff806 100644 --- a/libc/include/sys/cachectl.h +++ b/libc/include/sys/cachectl.h @@ -31,6 +31,5 @@ #ifdef __mips__ #include <asm/cachectl.h> extern int __cachectl (void *addr, __const int nbytes, __const int op); -extern int _flush_cache (char *addr, __const int nbytes, __const int op); #endif #endif /* sys/cachectl.h */ |