coreutils/lib/utimens.h

4 lines
138 B
C
Raw Normal View History

2003-08-10 02:38:02 +08:00
#include "timespec.h"
2004-11-24 04:41:51 +08:00
int futimens (int, char const *, struct timespec const [2]);
2003-08-10 02:38:02 +08:00
int utimens (char const *, struct timespec const [2]);