Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212351
b: refs/heads/master
c: d8b5fc0
h: refs/heads/master
i:
  212349: e89bb97
  212347: 450714e
  212343: 991ab27
  212335: 6ab7edc
  212319: 80266c6
  212287: 242f45c
  212223: c6deadd
v: v3
  • Loading branch information
David Howells committed Oct 7, 2010
1 parent 16fa87b commit 522d3db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 3b139cdb373282dfa72316aa56887371e97cafe8
refs/heads/master: d8b5fc01683c66060edc202d6bb5635365822181
7 changes: 4 additions & 3 deletions trunk/arch/sh/include/asm/syscalls_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp,
asmlinkage int sys_vfork(unsigned long r4, unsigned long r5,
unsigned long r6, unsigned long r7,
struct pt_regs __regs);
asmlinkage int sys_execve(const char __user *ufilename, char __user * __user *uargv,
char __user * __user *uenvp, unsigned long r7,
struct pt_regs __regs);
asmlinkage int sys_execve(const char __user *ufilename,
const char __user *const __user *uargv,
const char __user *const __user *uenvp,
unsigned long r7, struct pt_regs __regs);
asmlinkage int sys_sigsuspend(old_sigset_t mask, unsigned long r5,
unsigned long r6, unsigned long r7,
struct pt_regs __regs);
Expand Down

0 comments on commit 522d3db

Please sign in to comment.