diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-23 20:41:51 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-23 20:41:51 +0000 |
commit | 8dacb336d66839e0d5d46e73667bd2e3e7887d3f (patch) | |
tree | 7398c017daca56112749f3fe1615c842e90fe658 /lib | |
parent | d3c44694c2258a8972a769098f877c9afa1a8ce9 (diff) | |
download | coreutils-8dacb336d66839e0d5d46e73667bd2e3e7887d3f.tar.xz |
(futimens): New decl.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utimens.h | 1 |
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]); |