about summary refs log tree commit diff
path: root/src/misc/futimes.c
Commit message (Collapse)AuthorAgeFilesLines
* add legacy futimes and lutimes functionsRich Felker2012-01-241-0/+13
based on patch by sh4rm4. these functions are deprecated; futimens and utimensat should be used instead in new programs.