Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2926b79 authored by Robert Love's avatar Robert Love Committed by Linus Torvalds
Browse files

[PATCH] SH: inotify and ioprio syscalls



Add inotify and ioprio syscall stubs to SH.

Signed-off-by: default avatarRobert Love <rml@novell.com>
Acked-by: default avatarPaul Mundt <lethal@linux-sh.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dc59250c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */
+7 −1
Original line number Diff line number Diff line
@@ -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> */