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 + + * 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 * closeout.c: Revert last change, since it seems EBADF is always defined.