From e595badf4e634004cbcabbea5992706f903d2540 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 23 Nov 2004 20:42:54 +0000 Subject: [PATCH] utimens upgrade to support futimes. --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 5f6c3539cc..2bb19ebf76 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. -- 2.47.2