#include "time.h" #include int utime(const char *path, const struct utimbuf *times) { (void)path; (void)times; return -1; } /* POSIX(1) */