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