* 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  <[email protected]>
+
+       utimens: update FIXME date
+       * lib/utimens.c (fdutimens): Change FIXME date to agree with
+       similar FIXME in utimensat.c.
+
 2023-08-24  Paul Eggert  <[email protected]>
 
        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.2


Reply via email to