From d91f08f3ad9a9a3dce509a9977aabe6f47a8c4df Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue, 23 Nov 2004 20:59:50 +0000
Subject: [PATCH] (futimens): New decl.

---
 lib/utimens.h | 1 +
 1 file changed, 1 insertion(+)

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]);
-- 
2.39.5