diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:05:09 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:14:59 +0100 |
commit | 248b74c79ebb9fb55e146797a808836d90418c4b (patch) | |
tree | 2d043bee58d2d8995ca4ccedf9d00513a13297cb /arch/um/os-Linux/internal.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/os-Linux/internal.h')
-rw-r--r-- | arch/um/os-Linux/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/os-Linux/internal.h b/arch/um/os-Linux/internal.h new file mode 100644 index 000000000000..2c3c3ecd8c01 --- /dev/null +++ b/arch/um/os-Linux/internal.h @@ -0,0 +1 @@ +void alarm_handler(int, mcontext_t *); |