commit | ff64b4c18624ca545dd360c4fa65334d19ee7b6f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 18 04:01:47 2008 -0400 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Oct 22 22:55:21 2008 -0700 |
tree | 3246f0d97bb73e16337985b7a5525b23ee7ada4b | |
parent | 6a0eec8224db1191876770f7cac31f2a2637a6f5 [diff] [blame] |
x86, um: get rid of uml unistd.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
diff --git a/arch/um/kernel/internal.h b/arch/um/kernel/internal.h new file mode 100644 index 0000000..3bda43c --- /dev/null +++ b/arch/um/kernel/internal.h
@@ -0,0 +1 @@ +extern long um_execve(char *file, char __user *__user *argv, char __user *__user *env);