commit | 248b74c79ebb9fb55e146797a808836d90418c4b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Thu Aug 18 20:05:09 2011 +0100 |
committer | Richard Weinberger <richard@nod.at> | Wed Nov 02 14:14:59 2011 +0100 |
tree | 2d043bee58d2d8995ca4ccedf9d00513a13297cb | |
parent | 05c46db4d7d51af969e09f9f1adbff66ee2e84b4 [diff] [blame] |
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>
diff --git a/arch/um/os-Linux/internal.h b/arch/um/os-Linux/internal.h new file mode 100644 index 0000000..2c3c3ec --- /dev/null +++ b/arch/um/os-Linux/internal.h
@@ -0,0 +1 @@ +void alarm_handler(int, mcontext_t *);