mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-11 00:34:09 -09:00
This reverts commit2bb26c1a1d. There was some negative feedback from Arnd Bergmann on that patch:5b5e2985f3 (commitcomment-44782859)The patch looks wrong to me: __NR_io_pgetevents_time64 must be used whenever time_t is 64-bit wide on a 32-bit architecture, while __NR_io_getevents/__NR_io_pgetevents must be used when time_t is the same width as 'long'. Checking whether __NR_io_getevents is defined is wrong for all architectures other than riscv And in light of the above, indeed the patch does not look so correct after all. Reported-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>