On Sun, Mar 22, 2020 at 2:25 PM Rosen Penev wrote:
>
> On Sun, Mar 22, 2020 at 7:45 AM Petr Štetiar wrote:
> >
> > Rosen Penev [2020-03-20 16:45:06]:
> >
> > > The SYS_settimeofday is no longer present. That is, it's replaced with the
> > > time32 variant. There is no time64 variant.
> >
> > FYI
On Sun, Mar 22, 2020 at 7:45 AM Petr Štetiar wrote:
>
> Rosen Penev [2020-03-20 16:45:06]:
>
> > The SYS_settimeofday is no longer present. That is, it's replaced with the
> > time32 variant. There is no time64 variant.
>
> FYI upstream email "busybox 1.31.1 build issues with glibc-2.31 and musl
Rosen Penev [2020-03-20 16:45:06]:
> The SYS_settimeofday is no longer present. That is, it's replaced with the
> time32 variant. There is no time64 variant.
FYI upstream email "busybox 1.31.1 build issues with glibc-2.31 and musl
1.2.0"[1] mentions other fixes as well. If more fixing is needed,
The SYS_settimeofday is no longer present. That is, it's replaced with the
time32 variant. There is no time64 variant.
Note that 5a7c064bdbb71bfbcded073c7c0a8723be306009 switched the patch to
use the syscall instead of the function as the function expects the
timezone argument to be non-null.
Sig