summaryrefslogtreecommitdiff
path: root/src/time/utime.c
AgeCommit message (Collapse)AuthorLines
2012-05-24linux deprecated SYS_utime on some archs, so use SYS_utimes insteadRich Felker-1/+8
the old code could be kept for cases where SYS_utime is available, but it's not really worth the ifdef ugliness. and better to avoid deprecated stuff just in case the kernel devs ever get crazy enough to start removing it from archs where it was part of the ABI and breaking static bins...
2011-03-20global cleanup to use the new syscall interfaceRich Felker-6/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+12