* lib/utimens.c (fdutimens): Change FIXME date to agree with
similar FIXME in utimensat.c.
+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
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))