#include #include int utime(const char *filename, const struct utimbuf *times) { (void)filename; (void)times; errno = ENOSYS; return -1; }