[PATCH] Consolidate Linux sigpending() implementation
Yury Norov
ynorov@caviumnetworks.com
Tue Oct 17 21:49:00 GMT 2017
Hi Adhemerval,
On Fri, Oct 13, 2017 at 04:18:08PM -0300, Adhemerval Zanella wrote:
>
> On 13/10/2017 15:27, Yury Norov wrote:
> > ia64, s390-64, sparc64 and x86_64 host their own implementation of
> > sigpending() in corresponding files, but they are identical to generic
> > linux file despite few comments. This patch removes that files, so the
> > implementation of sigpending() is taken from sysdeps/unix/sysv/linux
> > for all ports.
> >
> > Build-tested on x86_64.
> >
> > * sysdeps/unix/sysv/linux/ia64/sigpending.c: Remove file;
> > * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: Likewise;
> > * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise;
> > * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Likewise.
>
> LGTM.
Thanks for review. It seems, there's no objections to the patch, but I
can't push it upstream. Could you please do it for me?
Yury
More information about the Libc-alpha
mailing list