On Tue, Dec 28, 2010 at 01:53:32PM +0100, Richard Cochran wrote:
Okay, now I think I get it.
The value of a timespec is the sum of its fields. The tv_nsec field
should always be non-negative.
So, if a user space program wants to jump the clock back by one-tenth
second, it must pass a timespec with value {-1,900000000}.
Right?
Thanks,
Richard
--