]> Savannah Git Hosting - gnulib.git/commit
futimens: Work around a GNU/Hurd bug.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 19 Mar 2025 04:50:00 +0000 (21:50 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 19 Mar 2025 04:50:00 +0000 (21:50 -0700)
commit23a3940f61f46e84067c4b472920e1c7d34459c2
tree541ffb86a982d7fa274c71f53cc75951d35c2ef8
parentf6c3f86ba93bfbb7c1079e38b3580495e4ed128b
futimens: Work around a GNU/Hurd bug.

* m4/futimens.m4 (gl_FUNC_FUTIMENS): Check if futimens validates the
tv_nsec values of the timespec argument. Set bits in a return value
instead of exiting early.
* doc/posix-functions/futimens.texi (futimens): Mention the GNU/Hurd
bug. Mention the same bug occurs on NetBSD 10.
ChangeLog
doc/posix-functions/futimens.texi
m4/futimens.m4