#define _BSD_SOURCE #include #include int settimeofday(const struct timeval* tv, const struct timezone* tz) { errno = ENOSYS; return -1; }