From c3676d20ee787a7f0b4bacf16171da9f723df1d7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Aug 2023 09:10:25 -0700 Subject: [PATCH] utimens: update FIXME date * lib/utimens.c (fdutimens): Change FIXME date to agree with similar FIXME in utimensat.c. --- ChangeLog | 6 ++++++ lib/utimens.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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)) -- 2.39.5