Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272170
b: refs/heads/master
c: 0a8c384
h: refs/heads/master
v: v3
  • Loading branch information
Michael Cree authored and Linus Torvalds committed Nov 1, 2011
1 parent 6745ac1 commit 82f93d9
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: a1cb2c60ddc98ff4e5246f410558805401ceee67
refs/heads/master: 0a8c384ebe4cc1c462076732dbffb595e7e81d5c
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 @@ -457,10 +457,11 @@
#define __NR_clock_adjtime 499
#define __NR_syncfs 500
#define __NR_setns 501
#define __NR_accept4 502

#ifdef __KERNEL__

#define NR_SYSCALLS 502
#define NR_SYSCALLS 503

#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 @@ -520,6 +520,7 @@ sys_call_table:
.quad sys_clock_adjtime
.quad sys_syncfs /* 500 */
.quad sys_setns
.quad sys_accept4

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

0 comments on commit 82f93d9

Please sign in to comment.