Using __ppoll64 internally
Cristian Rodríguez
crrodriguez@opensuse.org
Fri Sep 10 14:22:23 GMT 2021
On Fri, Sep 10, 2021 at 10:44 AM Adhemerval Zanella
<adhemerval.zanella@linaro.org> wrote:
>
>
>
> On 10/09/2021 10:41, Cristian Rodríguez wrote:
> >> On Fri, Sep 10, 2021 at 9:44 AM Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote:
> >
> > Thank you.. I came up with the same code except that I didn't know
> > exactly where I was supposed to add the declaration (which header
> > exactly) and also didn't have the last chunk on
> > /sysdeps/unix/sysv/linux/ppoll.c yes.
>
> The last bit is required to avoid linknamespace pollution (triggered by
> conform tests).
>
> >
> > A note though, the intention was to make it use CLOCK_MONOTONIC too..
> > ppoll uses the monotonic clock..
> >
>
> Nice, do you intend to adapt other pieces that might be using 32-bit
> time?
my initial intention here was to avoid using the realtime clock to close this
https://sourceware.org/bugzilla/show_bug.cgi?id=24330 however I bumped
into the 64-bit time thing too..oops.
I checked other bits too.. Im unsure if I should bother with sunrpc/
nis/ and IMHO all tests just should be built with LFS/TIME64 defined
and no need to convert it.
More information about the Libc-alpha
mailing list