[PATCH] sh: use common signalent.h

Denys Vlasenko dvlasenk at redhat.com
Fri Feb 20 17:39:23 UTC 2009


On Fri, 2009-02-20 at 11:43 -0500, Mike Frysinger wrote:
> On Friday 20 February 2009 11:24:59 Denys Vlasenko wrote:
> > On Fri, 2009-02-13 at 17:29 -0500, Mike Frysinger wrote:
> > > The sh port uses the same signal list as the common Linux one, so drop
> > > the arch specific copy.
> >
> > Applying, thanks!
> >
> > What to do with ia64? It also has the same signal assignments,
> > and I believe SIGRT_nn are handled by strace itself, so
> > current mess is not necessary:
> 
> it looks like punting the ia64 specific signalent.h should be OK ... i got 
> bored after merging the errnoent.h, so i didnt look at signalent.h too hard
> 
> > And powerpc, s390, s390x have the only difference:
> 
> merging those should be fine too
> 
> > --- signalent.h 2003-01-14 08:53:30.000000000 +0100
> > +++ ../signalent.h      2001-08-03 23:53:51.000000000 +0200
> > @@ -29,5 +29,5 @@
> >         "SIGWINCH",     /* 28 */
> >         "SIGIO",        /* 29 */
> >         "SIGPWR",       /* 30 */
> > -       "SIGUNUSED",    /* 31 */
> > +       "SIGSYS",       /* 31 */
> >         "SIGRTMIN",     /* 32 */
> >
> > I wonder whether this is just a mistake?
> 
> it used to be SIGUNUSED, but now it's SIGSYS.  so those files are just 
> outdated.

Okay, deleted them too.
--
vda





More information about the Strace-devel mailing list