#include #include int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) { errno = ENOSYS; return -1; }