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/process/waitpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process/waitpid.c')
-rw-r--r--src/process/waitpid.c 7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/process/waitpid.c b/src/process/waitpid.c
new file mode 100644
index 00000000..0ddcd15a
--- /dev/null
+++ b/src/process/waitpid.c
@@ -0,0 +1,7 @@
+#include <sys/wait.h>
+#include "syscall.h"
+
+pid_t waitpid(pid_t pid, int *status, int options)
+{
+ return syscall4(__NR_wait4, pid, (long)status, options, 0);
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 18:22:23 +0000

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