musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/linux/cache.c 1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/cache.c b/src/linux/cache.c
index 45024309..e76f7812 100644
--- a/src/linux/cache.c
+++ b/src/linux/cache.c
@@ -45,6 +45,7 @@ int __riscv_flush_icache(void *start, void *end, unsigned long int flags)
if (!r) return r;
if (r != -ENOSYS) return __syscall_ret(r);
}
+ return syscall(SYS_riscv_flush_icache, start, end, flags);
}
weak_alias(__riscv_flush_icache, riscv_flush_icache);
#endif
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月23日 14:49:27 +0000

AltStyle によって変換されたページ (->オリジナル) /