Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117429
b: refs/heads/master
c: ff64b4c
h: refs/heads/master
i:
  117427: 55eae69
v: v3
  • Loading branch information
Al Viro authored and H. Peter Anvin committed Oct 23, 2008
1 parent 7b18570 commit f1681c1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 42 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a0eec8224db1191876770f7cac31f2a2637a6f5
refs/heads/master: ff64b4c18624ca545dd360c4fa65334d19ee7b6f
41 changes: 0 additions & 41 deletions trunk/arch/um/include/asm/unistd.h

This file was deleted.

1 change: 1 addition & 0 deletions trunk/arch/um/kernel/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "mem_user.h"
#include "skas.h"
#include "os.h"
#include "internal.h"

void flush_thread(void)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/um/kernel/internal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extern long um_execve(char *file, char __user *__user *argv, char __user *__user *env);
1 change: 1 addition & 0 deletions trunk/arch/um/kernel/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "asm/mman.h"
#include "asm/uaccess.h"
#include "asm/unistd.h"
#include "internal.h"

long sys_fork(void)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/um/sys-i386/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "linux/sched.h"
#include "linux/shm.h"
#include "linux/ipc.h"
#include "linux/syscalls.h"
#include "asm/mman.h"
#include "asm/uaccess.h"
#include "asm/unistd.h"
Expand Down

0 comments on commit f1681c1

Please sign in to comment.