summaryrefslogtreecommitdiff
path: root/lib/utimens.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-23 20:41:51 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-23 20:41:51 +0000
commit8dacb336d66839e0d5d46e73667bd2e3e7887d3f (patch)
tree7398c017daca56112749f3fe1615c842e90fe658 /lib/utimens.h
parentd3c44694c2258a8972a769098f877c9afa1a8ce9 (diff)
downloadcoreutils-8dacb336d66839e0d5d46e73667bd2e3e7887d3f.tar.xz
(futimens): New decl.
Diffstat (limited to 'lib/utimens.h')
-rw-r--r--lib/utimens.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utimens.h b/lib/utimens.h
index a36f27da9..d42d792c2 100644
--- 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]);