summaryrefslogtreecommitdiff
path: root/src/misc/futimes.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24add legacy futimes and lutimes functionsRich Felker1-0/+13
based on patch by sh4rm4. these functions are deprecated; futimens and utimensat should be used instead in new programs.