Hi all, What is the proper way for obtaining the signal mask from within the jmp_buf struct on 4.x or -current? Previously with the JDK port for < 3.x we did something like this: signalMask = jmpbuf[0]._sjb[6]; This no longer works now that we support >32 signals. Is there a better, more portable way that will work for all versions of FreeBSD? Thanks. -steve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: signal mask from jmp_buf Steve Price
- Re: signal mask from jmp_buf Matthew Dillon
- Re: signal mask from jmp_buf Daniel Eischen
- Re: signal mask from jmp_buf Nate Williams
- Re: signal mask from jmp_buf Steve Price