blob: 2e36150b6541931825eb9bfbb5fb4cc9f824f4cf [file] [log] [blame]
#include <errno.h>
#include <time.h>
int clock_nanosleep(clockid_t clk, int flags, const struct timespec* req, struct timespec* rem) {
return ENOSYS;
}