This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] Consolidate Linux select implementation



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. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]