changeset 8859:6d52d75c164e

(gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens.
author Jim Meyering <jim@meyering.net>
date Sun, 20 May 2007 08:44:37 +0000
parents 6ddd04703670
children 771a56a41b5b
files ChangeLog lib/utimens.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>
 
--- a/lib/utimens.h
+++ b/lib/utimens.h
@@ -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]);