blob: 8666dc8951670f3f91ccaa5a41feeadf94a00fb0 [file] [log] [blame]
#include <errno.h>
#include <sys/wait.h>
int waitid(idtype_t type, id_t id, siginfo_t* info, int options) {
errno = ENOSYS;
return -1;
}