wait3.c\linux\src - 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/wait3.c
blob: d1d91b055db53d4b6032ee890170dcbac9d56c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <sys/wait.h>
#include <sys/resource.h>
#include "syscall.h"
pid_t wait4(pid_t, int *, int, struct rusage *);
pid_t wait3(int *status, int options, struct rusage *usage)
{
	return wait4(-1, status, options, usage);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 09:37:26 +0000

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