Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139626
b: refs/heads/master
c: 7130f2f
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Apr 3, 2009
1 parent 019bb78 commit 5c077be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebe28bb41573502518805d0c9b39fc6426008fd1
refs/heads/master: 7130f2f5528fd9df8f18790730e39dff9136ee33
11 changes: 11 additions & 0 deletions trunk/arch/um/sys-i386/sys_call_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@

#define old_mmap old_mmap_i386

#define ptregs_fork sys_fork
#define ptregs_execve sys_execve
#define ptregs_iopl sys_iopl
#define ptregs_vm86old sys_vm86old
#define ptregs_sigreturn sys_sigreturn
#define ptregs_clone sys_clone
#define ptregs_vm86 sys_vm86
#define ptregs_rt_sigreturn sys_rt_sigreturn
#define ptregs_sigaltstack sys_sigaltstack
#define ptregs_vfork sys_vfork

.section .rodata,"a"

#include "../../x86/kernel/syscall_table_32.S"
Expand Down

0 comments on commit 5c077be

Please sign in to comment.