Jilles Tjoelker <[email protected]> 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    Unused signal (will be SIGSYS)

and there is no higher-numbered signal, but the -s mean it is not
available on at alpha, sparc64 or mips.  There is no reference to it in
any section 2 or 3 man page.

DES
-- 
Dag-Erling Smørgrav - [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"
  • Re: SIGUNUSED Eugene Grosbein
    • Re: SIGUNUSED Dag-Erling Smørgrav

Reply via email to