Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163597
b: refs/heads/master
c: 2f476ef
h: refs/heads/master
i:
  163595: cb26bb3
v: v3
  • Loading branch information
Arnd Bergmann committed Jun 19, 2009
1 parent acbc35c commit d3b44db
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: b5022df4c275607f0824526eceb3c217e85279f3
refs/heads/master: 2f476ef61f0e00fe3fcb96693b6a624a6c52fad9
6 changes: 4 additions & 2 deletions trunk/arch/score/include/asm/syscalls.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#ifndef _ASM_SCORE_SYSCALLS_H
#define _ASM_SCORE_SYSCALLS_H

asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
#define sys_clone sys_clone
asmlinkage long score_clone(struct pt_regs *regs);
asmlinkage long score_execve(struct pt_regs *regs);
asmlinkage long score_sigaltstack(struct pt_regs *regs);
asmlinkage long score_rt_sigreturn(struct pt_regs *regs);

#include <asm-generic/syscalls.h>

Expand Down

0 comments on commit d3b44db

Please sign in to comment.