From: Paul Eggert Date: Tue, 23 Nov 2004 20:41:51 +0000 (+0000) Subject: (futimens): New decl. X-Git-Tag: v5.3.0~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dacb336d66839e0d5d46e73667bd2e3e7887d3f;p=thirdparty%2Fcoreutils.git (futimens): New decl. --- diff --git a/lib/utimens.h b/lib/utimens.h index a36f27da9e..d42d792c21 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]);