From 21ffba9df7ea827d3fce29fdb3c89ae019109c38 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Aug 2003 18:38:02 +0000 Subject: [PATCH] . --- lib/utimens.h | 2 ++ m4/Makefile.am | 1 + 2 files changed, 3 insertions(+) create mode 100644 lib/utimens.h diff --git a/lib/utimens.h b/lib/utimens.h new file mode 100644 index 0000000000..a36f27da9e --- /dev/null +++ b/lib/utimens.h @@ -0,0 +1,2 @@ +#include "timespec.h" +int utimens (char const *, struct timespec const [2]); diff --git a/m4/Makefile.am b/m4/Makefile.am index 1fe60b2993..bb0b15a595 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -97,6 +97,7 @@ unlocked-io.m4 \ uptime.m4 \ utimbuf.m4 \ utime.m4 \ +utimens.m4 \ utimes.m4 \ vasnprintf.m4 \ vasprintf.m4 \ -- 2.47.2