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