]> 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)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Apr 2025 14:52:05 +0000 (16:52 +0200)
commit6eb539486f89e8f43bf48c92b1ceeaf4a72f0d84
tree47e10022726e0ff644f4d17dcf769bb90434adc3
parentb97ca0103d7765151a2767fdc484ed31fadb869e
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