From 280b35a8163a149d95311542d40ecc06c6cb6ddb Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 28 Apr 2015 15:11:28 -0700 Subject: Note that gpsd timespec normalize is different then ntpd's. --- timespec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'timespec.h') diff --git a/timespec.h b/timespec.h index 40679e3f..8070926d 100644 --- a/timespec.h +++ b/timespec.h @@ -15,6 +15,8 @@ * * this only handles the case where two normalized timespecs * are added or subracted. (e.g. only a one needs to be borrowed/carried + * + * NOTE: this normalization is not the same as ntpd uses */ #define NS_IN_SEC 1000000000 #define MS_IN_SEC 1000000 -- cgit v1.2.1