You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "mem_user.h"
|
||||
#include "skas.h"
|
||||
#include "os.h"
|
||||
#include "internal.h"
|
||||
|
||||
void flush_thread(void)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user