On Thu, Jan 19, 2023 at 06:23:32AM +1300, Bryan Christianson wrote: > -#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32 > +#ifdef __GLIBC_PREREQ > +#if __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32 > #define CONVERT_TIMEVAL 1 > #if defined(_TIME_BITS) && _TIME_BITS == 64
The same issue is on this line ^. I'll fix that. Thanks for the report. -- Miroslav Lichvar -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.