diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-23 20:42:54 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-23 20:42:54 +0000 |
commit | e595badf4e634004cbcabbea5992706f903d2540 (patch) | |
tree | 14e73c24463dc9d0a5098fcf87f9b0917df4aa49 | |
parent | e8c19bde9fdcdb481a5bf3c92fae0bbcb0ea1dfa (diff) | |
download | coreutils-e595badf4e634004cbcabbea5992706f903d2540.tar.xz |
utimens upgrade to support futimes.
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5f6c3539c..2bb19ebf7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-11-23 Paul Eggert <eggert@cs.ucla.edu> + + * utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros. + (futimens): New function, which uses futimes if available. + (futimens, utimens): Support timespec==NULL, with same semantics + as utime and utimens. + * utimens.h (futimens): New decl. + 2004-11-23 Jim Meyering <jim@meyering.net> * closeout.c: Revert last change, since it seems EBADF is always defined. |