add legacy futimes and lutimes functions
authorRich Felker <dalias@aerifal.cx>
Wed, 25 Jan 2012 00:50:44 +0000 (19:50 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 25 Jan 2012 00:50:44 +0000 (19:50 -0500)
commit477e72ac4a263c163ddfd25b6e2371de0dd97e10
tree5541a0907430f9e80fef583e55c205b4d3237540
parentb768c7bc6398e297945b08dd5315cae472279a3a
add legacy futimes and lutimes functions

based on patch by sh4rm4. these functions are deprecated; futimens and
utimensat should be used instead in new programs.
include/sys/time.h
src/misc/futimes.c [new file with mode: 0644]
src/misc/lutimes.c [new file with mode: 0644]