Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334682
b: refs/heads/master
c: 8a745ee
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Oct 19, 2012
1 parent 1c14124 commit c70d690
Show file tree
Hide file tree
Showing 4 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: 92f79db1af9ff8d525dc24fa43116bd2c70ef45b
refs/heads/master: 8a745ee13fbbbead62fd7d3a3c15a270b1901d63
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>


#define NR_syscalls 347
#define NR_syscalls 348

#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/m68k/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,5 +352,6 @@
#define __NR_setns 344
#define __NR_process_vm_readv 345
#define __NR_process_vm_writev 346
#define __NR_kcmp 347

#endif /* _UAPI_ASM_M68K_UNISTD_H_ */
1 change: 1 addition & 0 deletions trunk/arch/m68k/kernel/syscalltable.S
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,5 @@ ENTRY(sys_call_table)
.long sys_setns
.long sys_process_vm_readv /* 345 */
.long sys_process_vm_writev
.long sys_kcmp

0 comments on commit c70d690

Please sign in to comment.