1 2 3 4 5 6 7
#include <sys/wait.h> #include <syscall.h> int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) { return syscall(waitid, idtype, id, infop, options); }