(futimens): New decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:59:50 +0000 (20:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:59:50 +0000 (20:59 +0000)
lib/utimens.h

index a36f27d..d42d792 100644 (file)
@@ -1,2 +1,3 @@
 #include "timespec.h"
+int futimens (int, char const *, struct timespec const [2]);
 int utimens (char const *, struct timespec const [2]);