Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209644
b: refs/heads/master
c: d15ca32
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Aug 18, 2010
1 parent bbee2cc commit 973bc2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 145c3ae46b37993b0debb0b3da6256daea4a6ec5
refs/heads/master: d15ca3203754359cfe5d18910722d3089b204cc4
6 changes: 4 additions & 2 deletions trunk/include/asm-generic/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ asmlinkage long sys_vfork(struct pt_regs *regs);
#endif

#ifndef sys_execve
asmlinkage long sys_execve(char __user *filename, char __user * __user *argv,
char __user * __user *envp, struct pt_regs *regs);
asmlinkage long sys_execve(const char __user *filename,
const char __user *const __user *argv,
const char __user *const __user *envp,
struct pt_regs *regs);
#endif

#ifndef sys_mmap2
Expand Down

0 comments on commit 973bc2f

Please sign in to comment.