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 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
