diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:05:09 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:14:59 -0400 |
commit | 248b74c79ebb9fb55e146797a808836d90418c4b (patch) | |
tree | 2d043bee58d2d8995ca4ccedf9d00513a13297cb /arch/um/include/shared/process.h | |
parent | 05c46db4d7d51af969e09f9f1adbff66ee2e84b4 (diff) |
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>
Diffstat (limited to 'arch/um/include/shared/process.h')
-rw-r--r-- | arch/um/include/shared/process.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/include/shared/process.h b/arch/um/include/shared/process.h index 28215300fc69..2ba310e1b656 100644 --- a/arch/um/include/shared/process.h +++ b/arch/um/include/shared/process.h | |||
@@ -6,9 +6,4 @@ | |||
6 | #ifndef __PROCESS_H__ | 6 | #ifndef __PROCESS_H__ |
7 | #define __PROCESS_H__ | 7 | #define __PROCESS_H__ |
8 | 8 | ||
9 | #include <signal.h> | ||
10 | |||
11 | extern void sig_handler(int sig, struct sigcontext *sc); | ||
12 | extern void alarm_handler(int sig, struct sigcontext *sc); | ||
13 | |||
14 | #endif | 9 | #endif |