Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179618
b: refs/heads/master
c: 79f211b
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 19, 2010
1 parent 43441dc commit 6669071
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: 6eacb2c4cba4c84c2aee13f416cd476777e8400a
refs/heads/master: 79f211b8e17205aae0304c58518fbc58506e52e3
3 changes: 2 additions & 1 deletion trunk/arch/sh/include/asm/unistd_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,11 @@
#define __NR_rt_tgsigqueueinfo 363
#define __NR_perf_event_open 364
#define __NR_recvmmsg 365
#define __NR_accept4 366

#ifdef __KERNEL__

#define NR_syscalls 366
#define NR_syscalls 367

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/syscalls_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -392,3 +392,4 @@ sys_call_table:
.long sys_rt_tgsigqueueinfo
.long sys_perf_event_open
.long sys_recvmmsg /* 365 */
.long sys_accept4

0 comments on commit 6669071

Please sign in to comment.