summaryrefslogtreecommitdiff
path: root/lib/utimens.h
blob: 8b3ccef5eb8b2a59c9be586186a3bbb3176aa165 (plain)
1
2
3
4
#include <time.h>
int gl_futimens (int, char const *, struct timespec const [2]);
int utimens (char const *, struct timespec const [2]);
int lutimens (char const *, struct timespec const [2]);