From: Paul Eggert Date: Sat, 26 Aug 2023 16:10:25 +0000 (-0700) Subject: utimens: update FIXME date X-Git-Tag: v1.0~866 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c3676d20ee787a7f0b4bacf16171da9f723df1d7;p=gnulib.git utimens: update FIXME date * lib/utimens.c (fdutimens): Change FIXME date to agree with similar FIXME in utimensat.c. --- diff --git a/ChangeLog b/ChangeLog index 06a00a691d..851b47e18c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-08-26 Paul Eggert + + utimens: update FIXME date + * lib/utimens.c (fdutimens): Change FIXME date to agree with + similar FIXME in utimensat.c. + 2023-08-24 Paul Eggert exclude: refactor for more-modern style diff --git a/lib/utimens.c b/lib/utimens.c index faa197e6cb..6cf20f64ce 100644 --- a/lib/utimens.c +++ b/lib/utimens.c @@ -231,8 +231,8 @@ fdutimens (int fd, char const *file, struct timespec const timespec[2]) The same bug occurs in Solaris 11.1 (Apr 2013). - FIXME: Simplify this for Linux in 2016 and for Solaris in - 2024, when file system bugs are no longer common. */ + FIXME: Simplify this in 2024, when these file system bugs are + no longer common on Gnulib target platforms. */ if (adjustment_needed == 2) { if (fd < 0 ? stat (file, &st) : fstat (fd, &st))