Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2000 18:23:33 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        current@freebsd.org
Subject:   signal mask from jmp_buf
Message-ID:  <Pine.OSF.4.21.0004041805120.18864-100000@fly.HiWAAY.net>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.21.0004041805120.18864-100000>