changeset 5486:d6d3ae5214c8

(futimens): New decl.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 23 Nov 2004 20:59:50 +0000
parents 863556283cee
children 510bdfdd7f6f
files lib/utimens.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/utimens.h
+++ b/lib/utimens.h
@@ -1,2 +1,3 @@
 #include "timespec.h"
+int futimens (int, char const *, struct timespec const [2]);
 int utimens (char const *, struct timespec const [2]);