Subject: Re: SIGTRAP for traced processes and COMPAT_MACH
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 11/28/2003 01:17:54
On Thu, Nov 27, 2003 at 11:52:05PM +0100, Emmanuel Dreyfus wrote:

> if (p->p_emul->e_flags & EMUL_NEED_TRAPSIGNAL) {

If we could #ifdef this test with a define that gets automatically set
once we have any EMUL_NEED_TRAPSIGNAL-emulation compiled in (or LKM).

Martin