Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git] / vm / os-netbsd-x86.32.h
blobca4a9f88f50d2689ad5f3f5c5d8b5071d579152e
1 #include <ucontext.h>
3 #define ucontext_stack_pointer(uap) ((void *)_UC_MACHINE_SP((ucontext_t *)uap))