1 2 3 4 5 6 7 8 9 10
#include <time.h> int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) { return 0; } /* POSIX(199309) */