Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.3-32-gbadaa83

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


On Thu, Jan 19, 2023 at 09:45:28AM +0100, Miroslav Lichvar wrote:
> 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 ^.

It turns out this works with both gcc and clang, even with -Wundef, so
I'll leave it there.

-- 
Miroslav Lichvar


-- 
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/