]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/compat.h
Remove compat_sys_getdents64()
[karo-tx-linux.git] / include / linux / compat.h
index aef47be2a5c1a3fd3ea75161f5bc93627772515c..54d65eb3d1e7769ded6373959c6f7cbbfabfbf57 100644 (file)
@@ -528,11 +528,6 @@ asmlinkage long compat_sys_old_readdir(unsigned int fd,
 asmlinkage long compat_sys_getdents(unsigned int fd,
                                    struct compat_linux_dirent __user *dirent,
                                    unsigned int count);
-#ifdef __ARCH_WANT_COMPAT_SYS_GETDENTS64
-asmlinkage long compat_sys_getdents64(unsigned int fd,
-                                     struct linux_dirent64 __user *dirent,
-                                     unsigned int count);
-#endif
 asmlinkage long compat_sys_vmsplice(int fd, const struct compat_iovec __user *,
                                    unsigned int nr_segs, unsigned int flags);
 asmlinkage long compat_sys_open(const char __user *filename, int flags,