bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cp -up forever


From: Paul Eggert
Subject: Re: cp -up forever
Date: Mon, 11 Oct 2004 22:00:29 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Dan Jacobson <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]