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 09:45:28 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674117932; 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=PaOSb/qAIoN4WbQ/LBovvY7Vx4aS67DGsFyulC2x1F0=; b=RrDOWOaZvtxp8L6S/fzNhVVL42trDqKYfo1BN+LulgyNEvothK0HeoWRdUfwY6d6lF5b/I /iRyzysaUYEZh8781Kv6KPAfUoaVs3+wMpAHZAvI0iMEX8EOFLmBgCXXjwE6QloZsZu9zJ yzGv5tYaqgVtIyYD2Mn1r9fPHk1VAuA=
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-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.