futimens
int futimens(int fd, const struct timespec times[2]);
int futimens(int fd, const struct timespec times[2]);
extern int futimens(int fd, const struct timespec times[2]);
futimens(fd, times);
if (futimens(realFD, times) < 0)
HIDDEN_FUNCTION(futimens);