]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - contrib/cpio/lib/utimens.h
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / contrib / cpio / lib / utimens.h
1 #include <time.h>
2 int gl_futimens (int, char const *, struct timespec const [2]);
3 int utimens (char const *, struct timespec const [2]);