Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348
b: refs/heads/master
c: 8d134db
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 21, 2005
1 parent 9e28b44 commit b4bfc67
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: 821376bf15e692941f9235f13a14987009fd0b10
refs/heads/master: 8d134db051134c38ae6bf36034403c7da7f0e3da
3 changes: 3 additions & 0 deletions trunk/arch/alpha/kernel/systbls.S
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,9 @@ sys_call_table:
.quad sys_mq_notify
.quad sys_mq_getsetattr
.quad sys_waitid
.quad sys_add_key
.quad sys_request_key /* 440 */
.quad sys_keyctl

.size sys_call_table, . - sys_call_table
.type sys_call_table, @object
Expand Down
5 changes: 4 additions & 1 deletion trunk/include/asm-alpha/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,11 @@
#define __NR_mq_notify 436
#define __NR_mq_getsetattr 437
#define __NR_waitid 438
#define __NR_add_key 439
#define __NR_request_key 440
#define __NR_keyctl 441

#define NR_SYSCALLS 439
#define NR_SYSCALLS 442

#if defined(__GNUC__)

Expand Down

0 comments on commit b4bfc67

Please sign in to comment.