Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210829
b: refs/heads/master
c: 531f047
h: refs/heads/master
i:
  210827: 603e8fd
v: v3
  • Loading branch information
Mikael Pettersson authored and Matt Turner committed Sep 19, 2010
1 parent b498332 commit 622e8c1
Show file tree
Hide file tree
Showing 3 changed files with 8 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: 12e750d956eec8b1778679aff705f617095c46c8
refs/heads/master: 531f0474bf889d489b28ea4b15e87b7cbb77f580
5 changes: 4 additions & 1 deletion trunk/arch/alpha/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,13 @@
#define __NR_pwritev 491
#define __NR_rt_tgsigqueueinfo 492
#define __NR_perf_event_open 493
#define __NR_fanotify_init 494
#define __NR_fanotify_mark 495
#define __NR_prlimit64 496

#ifdef __KERNEL__

#define NR_SYSCALLS 494
#define NR_SYSCALLS 497

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/alpha/kernel/systbls.S
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ sys_call_table:
.quad sys_pwritev
.quad sys_rt_tgsigqueueinfo
.quad sys_perf_event_open
.quad sys_fanotify_init
.quad sys_fanotify_mark /* 495 */
.quad sys_prlimit64

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

0 comments on commit 622e8c1

Please sign in to comment.