microblaze: Use the correct select syscall (BZ #28883)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 16 Feb 2022 16:51:42 +0000 (13:51 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 16 Feb 2022 19:26:44 +0000 (16:26 -0300)
commitbbe199b27aa52fc407db3372af00c3e9ffa20d1d
treee7cac6173ee2f4e0b4db5f3a1653c94dd0758a21
parent790a607e234aa10d4b977a1b80aebe8a2acac970
microblaze: Use the correct select syscall (BZ #28883)

On Microblaze only __NR_newselect is implemented, even though kernel
advertise __NR_select on asm/unistd.h.  Since microblaze is the
only architecture that undef __ASSUME_PSELECT, the generic code
change is simpler than chaging the architecture syscall number.

Acked-by: Mark Hatle <mark.hatle@xilinx.com>
sysdeps/unix/sysv/linux/select.c