Re: SIGUNUSED

2009-11-07 Thread Eugene Grosbein
On Sat, Nov 07, 2009 at 03:17:49AM +0100, Alexander Best wrote: as a side not: our own easyedit does exactly what you said wasn't a good programming style. ;) check line 554 of contrib/ee/ee.c: for (counter = 1; counter 24; counter++) signal(counter, SIG_IGN);

Re: SIGUNUSED

2009-11-07 Thread Dag-Erling Smørgrav
Jilles Tjoelker jil...@stack.nl writes: That code is wrong, SIGUNUSED is not meant to be used in that way. It seems to originate from Linux, but it is not available on all architectures there, and where it is available it is a valid signal. From signal(7): SIGUNUSED-,31,- Term