waitid.c\process\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/process/waitid.c
blob: d688650d8555954f4cb970e7711a032a47dcef43 (plain) (blame)
1
2
3
4
5
6
7
#include <sys/wait.h>
#include "syscall.h"
int waitid(idtype_t type, id_t id, siginfo_t *info, int options)
{
	return syscall_cp(SYS_waitid, type, id, info, options, 0);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月11日 00:20:27 +0000

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