blob: f2511a9dac0281a8bbe9835cb3eb0c6302e2135f [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;
}