]> Savannah Git Hosting - gnulib.git/commit
utimensat: Work around a GNU/Hurd bug.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 18 Mar 2025 04:16:22 +0000 (21:16 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 18 Mar 2025 04:16:22 +0000 (21:16 -0700)
commit381815da7f8d319e7dd9a59509f901fc9948918c
tree131f2eb29704f4d66447fdcff1a4ebfa0ebb4c99
parent5077f67040ab62a3ea1335656ac0b6f76bfbea66
utimensat: Work around a GNU/Hurd bug.

* lib/utimensat.c (rpl_utimensat) [__gnu_hurd__]: Check for out of range
tv_nsec values.
* m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise. Guess that utimensat
doesn't work on GNU/Hurd.
* doc/posix-functions/utimensat.texi: Mention the bug.
ChangeLog
doc/posix-functions/utimensat.texi
lib/utimensat.c
m4/utimensat.m4