Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5868
b: refs/heads/master
c: f2926b7
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and Linus Torvalds committed Aug 18, 2005
1 parent d2b3b33 commit fd1c70f
Show file tree
Hide file tree
Showing 3 changed files with 13 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: dc59250c6ebed099a9bc0a11298e2281dd896657
refs/heads/master: f2926b7953c5f23265c062992516fed6674105db
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1145,5 +1145,10 @@ ENTRY(sys_call_table)
.long sys_add_key /* 285 */
.long sys_request_key
.long sys_keyctl
.long sys_ioprio_set
.long sys_ioprio_get
.long sys_inotify_init /* 290 */
.long sys_inotify_add_watch
.long sys_inotify_rm_watch

/* End of entry.S */
8 changes: 7 additions & 1 deletion trunk/include/asm-sh/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,14 @@
#define __NR_add_key 285
#define __NR_request_key 286
#define __NR_keyctl 287
#define __NR_ioprio_set 288
#define __NR_ioprio_get 289
#define __NR_inotify_init 290
#define __NR_inotify_add_watch 291
#define __NR_inotify_rm_watch 292

#define NR_syscalls 288

#define NR_syscalls 293

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

Expand Down

0 comments on commit fd1c70f

Please sign in to comment.