um: start switching the references to host mcontext_t to its userland type

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Al Viro
2011-08-18 20:05:09 +01:00
committed by Richard Weinberger
parent 05c46db4d7
commit 248b74c79e
7 changed files with 33 additions and 26 deletions

View File

@@ -6,9 +6,4 @@
#ifndef __PROCESS_H__
#define __PROCESS_H__
#include <signal.h>
extern void sig_handler(int sig, struct sigcontext *sc);
extern void alarm_handler(int sig, struct sigcontext *sc);
#endif