diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-10 20:42:53 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-10 20:42:53 -0500 |
commit | 506c10f26c481b7f8ef27c1c79290f68989b2e9e (patch) | |
tree | 03de82e812f00957aa6276dac2fe51c3358e88d7 /include/linux/syscalls.h | |
parent | e1df957670aef74ffd9a4ad93e6d2c90bf6b4845 (diff) | |
parent | c59765042f53a79a7a65585042ff463b69cb248c (diff) |
Merge commit 'v2.6.29-rc1' into perfcounters/core
Conflicts:
include/linux/kernel_stat.h
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r-- | include/linux/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index a549678b7c3c..a1d177ce0a08 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -550,7 +550,7 @@ asmlinkage long sys_inotify_init(void); | |||
550 | asmlinkage long sys_inotify_init1(int flags); | 550 | asmlinkage long sys_inotify_init1(int flags); |
551 | asmlinkage long sys_inotify_add_watch(int fd, const char __user *path, | 551 | asmlinkage long sys_inotify_add_watch(int fd, const char __user *path, |
552 | u32 mask); | 552 | u32 mask); |
553 | asmlinkage long sys_inotify_rm_watch(int fd, u32 wd); | 553 | asmlinkage long sys_inotify_rm_watch(int fd, __s32 wd); |
554 | 554 | ||
555 | asmlinkage long sys_spu_run(int fd, __u32 __user *unpc, | 555 | asmlinkage long sys_spu_run(int fd, __u32 __user *unpc, |
556 | __u32 __user *ustatus); | 556 | __u32 __user *ustatus); |