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/mman/munmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mman/munmap.c')
-rw-r--r--src/mman/munmap.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mman/munmap.c b/src/mman/munmap.c
index c9661cda..ab7da9e2 100644
--- a/src/mman/munmap.c
+++ b/src/mman/munmap.c
@@ -5,7 +5,7 @@
int __munmap(void *start, size_t len)
{
- return syscall2(__NR_munmap, (long)start, len);
+ return syscall(SYS_munmap, start, len);
}
weak_alias(__munmap, munmap);
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 10:58:05 +0000

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