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/linux/wait4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/wait4.c')
-rw-r--r--src/linux/wait4.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/wait4.c b/src/linux/wait4.c
index 252beb0c..b3ae75e3 100644
--- a/src/linux/wait4.c
+++ b/src/linux/wait4.c
@@ -6,5 +6,5 @@
pid_t wait4(pid_t pid, int *status, int options, struct rusage *usage)
{
- return syscall4(__NR_wait4, pid, (long)status, options, (long)usage);
+ return syscall(SYS_wait4, pid, status, options, usage);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 11:18:23 +0000

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