Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143401
b: refs/heads/master
c: 76d320a
h: refs/heads/master
i:
  143399: 750e068
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Apr 15, 2009
1 parent 2633108 commit 2b6054f
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 3bb4e153a7819c53911aa8a767c22bac9871a202
refs/heads/master: 76d320a5072f93abb913e9b9d84304f819c34b96
2 changes: 2 additions & 0 deletions trunk/arch/mn10300/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@
#define __NR_dup3 331
#define __NR_pipe2 332
#define __NR_inotify_init1 333
#define __NR_preadv 334
#define __NR_pwritev 335

#ifdef __KERNEL__

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/mn10300/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ ENTRY(sys_call_table)
.long sys_dup3
.long sys_pipe2
.long sys_inotify_init1
.long sys_preadv
.long sys_pwritev /* 335 */


nr_syscalls=(.-sys_call_table)/4

0 comments on commit 2b6054f

Please sign in to comment.