(gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens.
[gnulib.git] / 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]);