1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

utimens upgrade to support futimes.

This commit is contained in:
Paul Eggert
2004-11-23 20:42:54 +00:00
parent e8c19bde9f
commit e595badf4e
+8
View 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.