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