]> git.cworth.org Git - gzip/blob - lib/utimens.h
d42d792c21d758eeb2770bbf24eda09811067ef0
[gzip] / lib / utimens.h
1 #include "timespec.h"
2 int futimens (int, char const *, struct timespec const [2]);
3 int utimens (char const *, struct timespec const [2]);