This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Consolidate Linux sigpending() implementation
- From: Yury Norov <ynorov at caviumnetworks dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 18 Oct 2017 00:48:45 +0300
- Subject: Re: [PATCH] Consolidate Linux sigpending() implementation
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Yuri dot Norov at cavium dot com;
- References: <20171013182721.24430-1-ynorov@caviumnetworks.com> <d7ea1e3c-b71b-10cd-ff83-7a03021c28dc@linaro.org>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
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