]> 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:33:42 +0000 (16:33 +0200)
commit8f9c10bdefd6993a0d0783b5ce0f774d5b7fef3c
tree9ea0f99b423d28fa1a825bcf3525c57166f8bafa
parentb0c917cee7480107d920f94f771944949443e39b
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