From 5715c7fb3cb3a3cbe3e156e13dee4e864943a72d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 10 Jul 2008 00:52:03 +0000 Subject: Import heavily trimmed gnu cpio-2.8. (2.9 switched to gpl3 a few weeks later) --- lib/utimens.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/utimens.h (limited to 'lib/utimens.h') diff --git a/lib/utimens.h b/lib/utimens.h new file mode 100644 index 0000000000000..169521da73ac3 --- /dev/null +++ b/lib/utimens.h @@ -0,0 +1,3 @@ +#include +int gl_futimens (int, char const *, struct timespec const [2]); +int utimens (char const *, struct timespec const [2]); -- cgit v1.2.3