#include #include int futimens(int fd, const struct timespec times[2]) { return utimensat(fd, NULL, times, 0); }