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 3/4] Consolidate pread/pread64 implementations


On Fri, 2016-01-08 at 18:51 -0200, Adhemerval Zanella wrote:
> I did not say that, what I said is the 'cancellable' syscalls is not a
> good idea to go in syscalls.list.  You have duplicate logic (the assembly
> macros) and one need to reimplement function calls in assembly (which 
> should be handled by C) while taking care of PIC and non-PIC.

Can't you rework the syscalls.list code to auto-generate C rather than
assembler for the cancellable cases?

p.



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