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>
Цей коміт міститься в:
Al Viro
2008-08-18 04:01:47 -04:00
зафіксовано H. Peter Anvin
джерело 6a0eec8224
коміт ff64b4c186
5 змінених файлів з 4 додано та 41 видалено

Переглянути файл

@@ -15,6 +15,7 @@
#include "mem_user.h"
#include "skas.h"
#include "os.h"
#include "internal.h"
void flush_thread(void)
{

1
arch/um/kernel/internal.h Звичайний файл
Переглянути файл

@@ -0,0 +1 @@
extern long um_execve(char *file, char __user *__user *argv, char __user *__user *env);

Переглянути файл

@@ -12,6 +12,7 @@
#include "asm/mman.h"
#include "asm/uaccess.h"
#include "asm/unistd.h"
#include "internal.h"
long sys_fork(void)
{