Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5869
b: refs/heads/master
c: 60d7603
h: refs/heads/master
i:
  5867: d2b3b33
v: v3
  • Loading branch information
Robert Love authored and Linus Torvalds committed Aug 18, 2005
1 parent fd1c70f commit 3624998
Show file tree
Hide file tree
Showing 3 changed files with 12 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: f2926b7953c5f23265c062992516fed6674105db
refs/heads/master: 60d7603a18a5c07252e7aa0b0e2424315195d4dc
5 changes: 5 additions & 0 deletions trunk/arch/sh64/kernel/syscalls.S
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,9 @@ sys_call_table:
.long sys_add_key
.long sys_request_key
.long sys_keyctl /* 315 */
.long sys_ioprio_set
.long sys_ioprio_get
.long sys_inotify_init
.long sys_inotify_add_watch
.long sys_inotify_rm_watch /* 320 */

7 changes: 6 additions & 1 deletion trunk/include/asm-sh64/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,13 @@
#define __NR_add_key 313
#define __NR_request_key 314
#define __NR_keyctl 315
#define __NR_ioprio_set 316
#define __NR_ioprio_get 317
#define __NR_inotify_init 318
#define __NR_inotify_add_watch 319
#define __NR_inotify_rm_watch 320

#define NR_syscalls 316
#define NR_syscalls 321

/* user-visible error numbers are in the range -1 - -125: see <asm-sh64/errno.h> */

Expand Down

0 comments on commit 3624998

Please sign in to comment.