#include int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) { return 0; } /* POSIX(199309) */