From ef93983344e748124ac9bc218700cee14a0df947 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 10 Sep 2018 21:22:05 -0700 Subject: Adjust to TIMESPEC_HZ renaming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adjust to lib/timespec.h’s renaming of TIMESPEC_RESOLUTION and LOG10_TIMESPEC_RESOLUTION to TIMESPEC_HZ and LOG10_TIMESPEC_HZ. The old names were misnomers. All uses changed. --- src/systime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/systime.h') diff --git a/src/systime.h b/src/systime.h index b2f893714b3..ede3d4eb12d 100644 --- a/src/systime.h +++ b/src/systime.h @@ -58,8 +58,8 @@ invalid_timespec (void) } /* Return true if TIME is a valid timespec. This currently doesn't worry - about whether tv_nsec is less than TIMESPEC_RESOLUTION; leap seconds - might cause a problem if it did. */ + about whether tv_nsec is less than TIMESPEC_HZ; leap seconds might + cause a problem if it did. */ INLINE bool timespec_valid_p (struct timespec t) { -- cgit v1.2.1