On Fri, 2009-02-20 at 17:24 +0100, Denys Vlasenko wrote: > 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: > > --- signalent.h 2000-02-03 23:01:30.000000000 +0100 > +++ ../signalent.h 2001-08-03 23:53:51.000000000 +0200 > @@ -30,35 +30,4 @@ > "SIGIO", /* 29 */ > "SIGPWR", /* 30 */ > "SIGSYS", /* 31 */ > - "SIGRT0", /* 32 */ > - "SIGRT1", /* 33 */ > - "SIGRT2", /* 34 */ > - "SIGRT3", /* 35 */ > - "SIGRT4", /* 36 */ > - "SIGRT5", /* 37 */ > - "SIGRT6", /* 38 */ > - "SIGRT7", /* 39 */ > - "SIGRT8", /* 40 */ > - "SIGRT9", /* 41 */ > - "SIGRT10", /* 42 */ > - "SIGRT11", /* 43 */ > - "SIGRT12", /* 44 */ > - "SIGRT13", /* 45 */ > - "SIGRT14", /* 46 */ > - "SIGRT15", /* 47 */ > - "SIGRT16", /* 48 */ > - "SIGRT17", /* 49 */ > - "SIGRT18", /* 50 */ > - "SIGRT19", /* 51 */ > - "SIGRT20", /* 52 */ > - "SIGRT21", /* 53 */ > - "SIGRT22", /* 54 */ > - "SIGRT23", /* 55 */ > - "SIGRT24", /* 56 */ > - "SIGRT25", /* 57 */ > - "SIGRT26", /* 58 */ > - "SIGRT27", /* 59 */ > - "SIGRT28", /* 60 */ > - "SIGRT29", /* 61 */ > - "SIGRT30", /* 62 */ > - "SIGRT31", /* 63 */ > + "SIGRTMIN", /* 32 */ > > (it also misses SIGRT31 which does exist).
I meant SIGRT32. It's definitely a slippery signal :) -- 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
