diff options
Diffstat (limited to 'libc/sysdeps/linux/bfin/cacheflush.c')
-rw-r--r-- | libc/sysdeps/linux/bfin/cacheflush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/cacheflush.c b/libc/sysdeps/linux/bfin/cacheflush.c index 6ff3ad560..a4b9f4ae9 100644 --- a/libc/sysdeps/linux/bfin/cacheflush.c +++ b/libc/sysdeps/linux/bfin/cacheflush.c @@ -11,5 +11,5 @@ #ifdef __NR_cacheflush # include <sys/cachectl.h> -_syscall3 (int, cacheflush, void *, start, const int, nbytes, const int, flags) +_syscall3 (int, cacheflush, void *, addr, const int, nbytes, const int, flags) #endif |