I'm trying to compile this code and its bugging out at the include statement:
#include <asm/sigcontext.h>
Where can I find this library, or how can I put it on my system? (The system I'm running on is FreeBSD). I've tried googling for this and all it turns up is a bunch of mailing lists that go along the lines of "Fixed the bug in x86-64 implementation of sigcontext.h" i.e. nothing that helps me figure out what this thing is.
Incidentally, the major function in the code is a segv_handler.
#include <asm/sigcontext.h>
Where can I find this library, or how can I put it on my system? (The system I'm running on is FreeBSD). I've tried googling for this and all it turns up is a bunch of mailing lists that go along the lines of "Fixed the bug in x86-64 implementation of sigcontext.h" i.e. nothing that helps me figure out what this thing is.
Incidentally, the major function in the code is a segv_handler.
