about summary refs log tree commit diff
path: root/src/time/utime.c
Commit message (Collapse)AuthorAgeFilesLines
* linux deprecated SYS_utime on some archs, so use SYS_utimes insteadRich Felker2012-05-241-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...
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-6/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+12