Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272171
b: refs/heads/master
c: a8aff21
h: refs/heads/master
i:
  272169: 6745ac1
  272167: 076aa0a
v: v3
  • Loading branch information
Michael Cree authored and Linus Torvalds committed Nov 1, 2011
1 parent 82f93d9 commit ffca8b8
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: 0a8c384ebe4cc1c462076732dbffb595e7e81d5c
refs/heads/master: a8aff21ecc8c455687c5bb2b98cb04dce3eea7c7
3 changes: 2 additions & 1 deletion trunk/arch/alpha/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,11 @@
#define __NR_syncfs 500
#define __NR_setns 501
#define __NR_accept4 502
#define __NR_sendmmsg 503

#ifdef __KERNEL__

#define NR_SYSCALLS 503
#define NR_SYSCALLS 504

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/alpha/kernel/systbls.S
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ sys_call_table:
.quad sys_syncfs /* 500 */
.quad sys_setns
.quad sys_accept4
.quad sys_sendmmsg

.size sys_call_table, . - sys_call_table
.type sys_call_table, @object
Expand Down

0 comments on commit ffca8b8

Please sign in to comment.