futimens
int futimens(int fd, const struct timespec times[2]);
if ((fd >= 0 && futimens(fd, tsp) != 0) ||
return (futimens(fd, tsp));
(void) futimens(fd, times);
if (futimens(fd, ts) == -1)
VERIFY0(futimens(wfd, update));
extern int futimens(int, const struct timespec[2]);
return (futimens((int)arg1, (timespec_t *)arg2));