lutimes
int lutimes(const char *, const struct timeval *);
if (lutimes(lpath, NULL) == -1)
if (lutimes(path, tv) == -1)
if (lutimes(lpath, tv) == -1)
int lutimes(const char *, const struct timeval *);