Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux deprecated SYS_utime on some archs, so use SYS_utimes instead | Rich Felker | 2012-05-24 | 1 | -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 interface | Rich Felker | 2011-03-20 | 1 | -6/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+12 |