提交 6aabd6af 编写于 作者: G Geert Uytterhoeven 提交者: Linus Torvalds

[PATCH] m68k: syscall updates

Add some missing system calls (recent udev needs them)
Signed-off-by: NKars de Jong <jongk@linux-m68k.org>
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 d3696cf7
......@@ -706,4 +706,9 @@ sys_call_table:
.long sys_add_key
.long sys_request_key /* 280 */
.long sys_keyctl
.long sys_ioprio_set
.long sys_ioprio_get
.long sys_inotify_init
.long sys_inotify_add_watch /* 285 */
.long sys_inotify_rm_watch
......@@ -284,10 +284,15 @@
#define __NR_add_key 279
#define __NR_request_key 280
#define __NR_keyctl 281
#define __NR_ioprio_set 282
#define __NR_ioprio_get 283
#define __NR_inotify_init 284
#define __NR_inotify_add_watch 285
#define __NR_inotify_rm_watch 286
#ifdef __KERNEL__
#define NR_syscalls 282
#define NR_syscalls 287
#include <linux/err.h>
/* user-visible error numbers are in the range -1 - -MAX_ERRNO: see
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册