]> 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:54:13 +0000 (16:54 +0200)
commit6e593b7dc0c9468f00f2215efb382f65711d842a
tree5c1c637a52f336737a54957bb6ca1681ddfd17b3
parent6eb539486f89e8f43bf48c92b1ceeaf4a72f0d84
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