[PATCH 2/3] Consolidate Linux select implementation

Richard Henderson rth@twiddle.net
Sat Apr 22 07:35:00 GMT 2017


On 04/20/2017 10:56 AM, Adhemerval Zanella wrote:
>   1. Remove select from auto-generation syscalls.list on the architecture
>      that uses __NR_select.
>   2. Remove generic implementation add a default one that handle all
>      current cases (with the expection of alpha).  The new default
>      implementation will either use __NR_select if available of fallback
>      to __NR_pselect6 otherwise.
>   3. Add a alpha outlier implementation which requires old compatibility
>      symbols.

Is there particular value in moving the Alpha version away from syscalls.list?


r~



More information about the Libc-alpha mailing list