[ARM] Add syscall stubs for inotify and ioprio system calls

Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Robert Love
2005-08-15 10:57:08 +01:00
committed by Russell King
vanhempi 2ba84684e8
commit 498de0cc5e
2 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -327,6 +327,12 @@ __syscall_start:
/* 310 */ .long sys_request_key
.long sys_keyctl
.long sys_semtimedop
/* vserver */ .long sys_ni_syscall
.long sys_ioprio_set
/* 315 */ .long sys_ioprio_get
.long sys_inotify_init
.long sys_inotify_add_watch
.long sys_inotify_rm_watch
__syscall_end:
.rept NR_syscalls - (__syscall_end - __syscall_start) / 4