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