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

AltStyle によって変換されたページ (->オリジナル) /