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] Consolidate Linux sigpending() implementation


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


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