Imported Upstream version 1.3.9
[debian/gzip] / lib / utimens.h
diff --git a/lib/utimens.h b/lib/utimens.h
new file mode 100644 (file)
index 0000000..d42d792
--- /dev/null
@@ -0,0 +1,3 @@
+#include "timespec.h"
+int futimens (int, char const *, struct timespec const [2]);
+int utimens (char const *, struct timespec const [2]);