Dan Jacobson <[EMAIL PROTECTED]> writes:

> Sure hope microsecond differences seen by
> touch -r a b; stat -c %y a b
> are fixed by it too.

"touch" operates by means of system calls.  If the system calls
mishandle submicrosecond time stamps, "touch" will as well.  So you'll
have to direct your bug reports to the kernel people who have
misdesigned their system calls.

The basic problem is that utimes() has only microsecond resolution;
the kernel need to add a system call ("utimens()", say?) that supports
nanosecond resolution.


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to