diff options
Diffstat (limited to 'libc/sysdeps/linux/bfin')
-rw-r--r-- | libc/sysdeps/linux/bfin/sys/cachectl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/sys/cachectl.h b/libc/sysdeps/linux/bfin/sys/cachectl.h index ee4c03155..f241e657d 100644 --- a/libc/sysdeps/linux/bfin/sys/cachectl.h +++ b/libc/sysdeps/linux/bfin/sys/cachectl.h @@ -18,7 +18,7 @@ __BEGIN_DECLS -extern int cacheflush (void *addr, __const int nbytes, __const int flags); +extern int cacheflush (void *addr, const int nbytes, const int flags); __END_DECLS |