diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 20:24:38 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:24 -0500 |
commit | f482e1b4a4abf926507a4c1c6317acd3e7aa61b7 (patch) | |
tree | a179d84dac7e1f4ff609b0ca2308455ac2e82026 /include/linux | |
parent | 495dfbf767553980dbd40a19a96a8ca5fa1be616 (diff) |
switch compat_sys_open* to COMPAT_SYSCALL_DEFINE
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index e20b8b404ae9..8de903587fb9 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -534,7 +534,7 @@ asmlinkage long compat_sys_vmsplice(int fd, const struct compat_iovec __user *, | |||
534 | unsigned int nr_segs, unsigned int flags); | 534 | unsigned int nr_segs, unsigned int flags); |
535 | asmlinkage long compat_sys_open(const char __user *filename, int flags, | 535 | asmlinkage long compat_sys_open(const char __user *filename, int flags, |
536 | umode_t mode); | 536 | umode_t mode); |
537 | asmlinkage long compat_sys_openat(unsigned int dfd, const char __user *filename, | 537 | asmlinkage long compat_sys_openat(int dfd, const char __user *filename, |
538 | int flags, umode_t mode); | 538 | int flags, umode_t mode); |
539 | asmlinkage long compat_sys_open_by_handle_at(int mountdirfd, | 539 | asmlinkage long compat_sys_open_by_handle_at(int mountdirfd, |
540 | struct file_handle __user *handle, | 540 | struct file_handle __user *handle, |