[PATCH 2/3] Consolidate Linux select implementation

Adhemerval Zanella adhemerval.zanella@linaro.org
Sat Apr 22 14:43:00 GMT 2017



On 22/04/2017 04:35, Richard Henderson wrote:
> 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~

My goal is get rid of sysdep-cancel.h assembly macro hackery. 



More information about the Libc-alpha mailing list