]> 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)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Apr 2025 14:36:04 +0000 (16:36 +0200)
commit15f9fc49118bb713036a7c471af06433818b427d
tree1a81c95b58fa0aff874981066d969e0729eb48f2
parent8f9c10bdefd6993a0d0783b5ce0f774d5b7fef3c
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