diff options
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r-- | include/linux/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index c056aff6d7ad..5a959efd8fb7 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -957,6 +957,7 @@ int ksys_fchmod(unsigned int fd, umode_t mode); | |||
957 | int ksys_fchown(unsigned int fd, uid_t user, gid_t group); | 957 | int ksys_fchown(unsigned int fd, uid_t user, gid_t group); |
958 | int ksys_getdents64(unsigned int fd, struct linux_dirent64 __user *dirent, | 958 | int ksys_getdents64(unsigned int fd, struct linux_dirent64 __user *dirent, |
959 | unsigned int count); | 959 | unsigned int count); |
960 | int ksys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg); | ||
960 | 961 | ||
961 | /* | 962 | /* |
962 | * The following kernel syscall equivalents are just wrappers to fs-internal | 963 | * The following kernel syscall equivalents are just wrappers to fs-internal |