]> git.cworth.org Git - tar/blob - lib/utimens.h
625785c9ddaa55ee21581a5f0933f60036d47203
[tar] / lib / utimens.h
1 #include <time.h>
2 int gl_futimens (int, char const *, struct timespec const [2], int flags);
3 int utimens (char const *, struct timespec const [2], int flags);