Subject: sigcontext
To: None <port-i386@netbsd.org>
From: Marco van de Voort <marcov@fate.stack.nl>
List: port-i386
Date: 02/09/2002 21:35:43
Hi.

I need a small C program to objdump that uses the sigcontext form of the
signalhandler for a certain port.

I tried to include signal.h as in the man page, but it says it can't find
the sigcontext struct.

Just a minimal program that defines an empty handler would be enough. if it
compiles.