blob: 81ecb2557bfc697c296c654363160b3e0968b261 [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;
}