um: start switching the references to host mcontext_t to its userland type
[cascardo/linux.git] / arch / um / sys-x86 / shared / sysdep / sigcontext.h
1 #ifdef __i386__
2 #include "sigcontext_32.h"
3 #else
4 #include "sigcontext_64.h"
5 #endif