Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223293
b: refs/heads/master
c: 21b6e4c
h: refs/heads/master
i:
  223291: 9b2837a
v: v3
  • Loading branch information
Carmelo AMOROSO authored and Paul Mundt committed Dec 14, 2010
1 parent da2fe02 commit a6dc4e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 80fbf8382e110656ea67327300f16cfd2488a9bf
refs/heads/master: 21b6e4c7106b2d68a6710506d8706608272fd78b
3 changes: 2 additions & 1 deletion trunk/arch/sh/include/asm/unistd_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,9 @@
#define __NR_sendmsg 355
#define __NR_recvmsg 356
#define __NR_recvmmsg 357
#define __NR_accept4 358

#define NR_syscalls 358
#define NR_syscalls 359

#ifdef __KERNEL__

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/syscalls_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,4 @@ ENTRY(sys_call_table)
.long sys_sendmsg /* 355 */
.long sys_recvmsg
.long sys_recvmmsg
.long sys_accept4

0 comments on commit a6dc4e4

Please sign in to comment.