summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/sys/cachectl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/bfin/sys/cachectl.h')
-rw-r--r--libc/sysdeps/linux/bfin/sys/cachectl.h2
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