#include <sys/stat.h>
int futimens(int fd, const struct timespec times[2])
{
return utimensat(fd, 0, times, 0);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif
![]() |
index : grovel | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#include <sys/stat.h>
int futimens(int fd, const struct timespec times[2])
{
return utimensat(fd, 0, times, 0);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif