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