From: Jim Meyering Date: Sun, 20 May 2007 08:44:37 +0000 (+0000) Subject: (gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31746f4cac42e732986ba0da3b5f90cafd3d2f4;p=pspp (gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens. --- diff --git a/ChangeLog b/ChangeLog index 7bcfbb4951..6f723bc073 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 0097aaaf75..169521da73 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]);