From e31746f4cac42e732986ba0da3b5f90cafd3d2f4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 May 2007 08:44:37 +0000 Subject: [PATCH] (gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens. --- ChangeLog | 1 + lib/utimens.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7bcfbb495..6f723bc07 100644 --- 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 diff --git a/lib/utimens.h b/lib/utimens.h index 0097aaaf7..169521da7 100644 --- a/lib/utimens.h +++ b/lib/utimens.h @@ -1,3 +1,3 @@ #include -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]); -- 2.11.0