]> Savannah Git Hosting - gnulib.git/commitdiff
utimens: update FIXME date
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Aug 2023 16:10:25 +0000 (09:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Aug 2023 16:10:41 +0000 (09:10 -0700)
* lib/utimens.c (fdutimens): Change FIXME date to agree with
similar FIXME in utimensat.c.

ChangeLog
lib/utimens.c

index 06a00a691d6dc1d12d515146915d3c3c35cb189b..851b47e18c26a3e980e2d7c6557576b55d308b4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       utimens: update FIXME date
+       * lib/utimens.c (fdutimens): Change FIXME date to agree with
+       similar FIXME in utimensat.c.
+
 2023-08-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        exclude: refactor for more-modern style
index faa197e6cb5f60ee7d430773e8eff70f0aaab3f8..6cf20f64ced22e8469b6a6492a6f05f50ea31bb5 100644 (file)
@@ -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))