summaryrefslogtreecommitdiff
path: root/doc/posix-functions/utimensat.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-27 14:44:05 +0200
committerBruno Haible <bruno@clisp.org>2011-10-27 14:44:05 +0200
commit2857f7e70459c583839e089bf55159460beefb5e (patch)
tree690c60fa73abce8c9d848f4ebfe9709355a9f102 /doc/posix-functions/utimensat.texi
parentf7dbcea690572e75a85aea1263a222b11414bdd5 (diff)
downloadgnulib-2857f7e70459c583839e089bf55159460beefb5e.tar.gz
utimensat: Work around problem on Linux/hppa.
* lib/utimensat.c (rpl_utimensat) [Linux/hppa]: Reject invalid tv_nsec values. * doc/posix-functions/utimensat.texi: Mention the problem on Linux/hppa.
Diffstat (limited to 'doc/posix-functions/utimensat.texi')
-rw-r--r--doc/posix-functions/utimensat.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/utimensat.texi b/doc/posix-functions/utimensat.texi
index bcc06d6bc6..3d69c6f8b2 100644
--- a/doc/posix-functions/utimensat.texi
+++ b/doc/posix-functions/utimensat.texi
@@ -34,6 +34,10 @@ Linux kernel 2.6.25.
When using @code{UTIME_OMIT} for the modification time, but specifying
an access time, some systems fail to update the change time:
Linux kernel 2.6.32.
+@item
+Out-of-range values of @code{tv_nsec} do not lead to a failure on some
+platforms:
+Linux kernel 2.6.22.19 on hppa.
@end itemize
Portability problems not fixed by Gnulib: