[LTP] [PATCH V2 13/17] syscalls/select6: Add support for time64 tests

Arnd Bergmann arnd@arndb.de
Fri May 8 09:21:14 CEST 2020


On Fri, May 8, 2020 at 6:24 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
> +               };
> +#if defined(TST_ABI64)
> +               ret = tst_syscall(__NR_pselect6, nfds, readfds, writefds, exceptfds, &ts, NULL);

Again, this is not the actual ABI: __NR_pselect6 should be called with
a __kernel_old_timespec when the macro is defined, but it may not be defined
on new 32-bit architectures.

       Arnd


More information about the ltp mailing list