X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffutimens.texi;h=ce71bf4dbf52ea285a324f9607ae64b849275595;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=fee3d087fec0e57b60264865b58db97174fed130;hpb=8c871c07bc6a6bd7f4112053863833020569b272;p=gnulib.git diff --git a/doc/posix-functions/futimens.texi b/doc/posix-functions/futimens.texi index fee3d087f..ce71bf4db 100644 --- a/doc/posix-functions/futimens.texi +++ b/doc/posix-functions/futimens.texi @@ -24,6 +24,10 @@ 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: