]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 18:38:02 +0000 (18:38 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 18:38:02 +0000 (18:38 +0000)
lib/utimens.h [new file with mode: 0644]
m4/Makefile.am

diff --git a/lib/utimens.h b/lib/utimens.h
new file mode 100644 (file)
index 0000000..a36f27d
--- /dev/null
@@ -0,0 +1,2 @@
+#include "timespec.h"
+int utimens (char const *, struct timespec const [2]);
index 1fe60b29937c93214abbe7e26fd754916d3920b3..bb0b15a5955daf17f04a0c34675148fbb8150239 100644 (file)
@@ -97,6 +97,7 @@ unlocked-io.m4 \
 uptime.m4 \
 utimbuf.m4 \
 utime.m4 \
+utimens.m4 \
 utimes.m4 \
 vasnprintf.m4 \
 vasprintf.m4 \