#include #include int waitid(idtype_t type, id_t id, siginfo_t* info, int options) { errno = ENOSYS; return -1; }