(gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens.
authorJim Meyering <jim@meyering.net>
Sun, 20 May 2007 08:44:37 +0000 (08:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 May 2007 08:44:37 +0000 (08:44 +0000)
ChangeLog
lib/utimens.h

index 7bcfbb495156771eb45dc88bc5045fd572da7de4..6f723bc07325a7c25c5fac5d9d169f7b5ce915c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -86,6 +86,7 @@
 
        * lib/utimens.c (gl_futimens): Rename from futimens,
        now that glibc-2.6 declares futimens.
+       * lib/utimens.h: Likewise.
 
 2007-05-19  Bruno Haible  <bruno@clisp.org>
 
index 0097aaaf7524d00906674963c7c1a7905e457a08..169521da73ac357719dc00032aed6e38d2883450 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]);