blob: 9d978c9ad2a8fdcd9106000c7d3db9d1c86c3c20 [file] [log] [blame]
#include <errno.h>
#include <time.h>
int clock_getres(clockid_t clk, struct timespec* ts) {
return ENOSYS;
}