utimens upgrade to support futimes.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:42:54 +0000 (20:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:42:54 +0000 (20:42 +0000)
lib/ChangeLog

index 5f6c3539cca70032addd68bc3c1353332957f8d0..2bb19ebf7614e097baaea69cdada62461aa2c479 100644 (file)
@@ -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.