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
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.3-32-gbadaa83
- From: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
- Date: Thu, 19 Jan 2023 11:53:25 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674125608; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+ypT3mF+JNHxCQw3ZFz8U9EGBUKYtQbi0DGbY5Nqx1Y=; b=WwvwCRAfsZayttiar2sEKYRuHdeJZsopDjYGrqTrvS5d2wTSKm2FpGsbRhigdtWMAoNp7C heCk8+6TcrpDU9zTLWxzMFrvqd9DgbLNcT2aTGG5eXnzoHzBDueO8UMjx03RET4YmTg+9E 9O89+FjVOV/xPbCrjhwkarGLpOibEBA=
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.