X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Futimensat.texi;h=85fc218f48f7a9faf0faa1561d5e72fd023d7ca5;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=67f50785acf97264403dd1a1937863c4b84c2845;hpb=8c871c07bc6a6bd7f4112053863833020569b272;p=gnulib.git diff --git a/doc/posix-functions/utimensat.texi b/doc/posix-functions/utimensat.texi index 67f50785a..85fc218f4 100644 --- a/doc/posix-functions/utimensat.texi +++ b/doc/posix-functions/utimensat.texi @@ -22,10 +22,18 @@ This function returns a bogus value instead of failing with @code{ENOSYS} on some platforms: Linux kernel 2.6.21. @item +This function fails with @code{ENOSYS} if passed the flag +@code{AT_SYMLINK_NOFOLLOW} on a regular file: +Linux kernel 2.6.22. +@item When using @code{UTIME_OMIT} or @code{UTIME_NOW}, some systems require the @code{tv_sec} argument to be 0, and don't necessarily handle all file permissions in the manner required by POSIX: Linux kernel 2.6.25. +@item +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. @end itemize Portability problems not fixed by Gnulib: