(gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens.
[gnulib.git] / lib / utimens.h
index 0097aaa..169521d 100644 (file)
@@ -1,3 +1,3 @@
 #include <time.h>
-int futimens (int, char const *, struct timespec const [2]);
+int gl_futimens (int, char const *, struct timespec const [2]);
 int utimens (char const *, struct timespec const [2]);