This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 15/15] linux: Remove INTERNAL_SYSCALL_DECL
* Adhemerval Zanella:
> With all Linux ABIs using the expected Linux kABI to indicate
> syscalls errors, the INTERNAL_SYSCALL_DECL is an empty declaration
> on all ports.
>
> This patch removes the 'err' argument on INTERNAL_SYSCALL* macro
> and remove the INTERNAL_SYSCALL_DECL usage.
I see some cases where you modify lines which contain INTERNAL_SYSCALL
without changing it to INTERNAL_SYSCALL_CALL. Maybe you can fix those
as well?
Same for long vs long int.
Apart from the other quirks I mentioned, this patch looks okay to me.
Thanks,
Florian