utimens: cache whether utimensat syscall works
[pspp] / lib / utimens.h
1 #include <time.h>
2 int fdutimens (char const *, int, struct timespec const [2]);
3 int gl_futimens (int, char const *, struct timespec const [2]);
4 int utimens (char const *, struct timespec const [2]);
5 int lutimens (char const *, struct timespec const [2]);