[CVE-2009-0029] Make sys_pselect7 static
[pandora-kernel.git] / fs / readdir.c
index b318d9b..8b4c2a0 100644 (file)
@@ -102,7 +102,7 @@ efault:
        return -EFAULT;
 }
 
-asmlinkage long old_readdir(unsigned int fd, struct old_linux_dirent __user * dirent, unsigned int count)
+asmlinkage long sys_old_readdir(unsigned int fd, struct old_linux_dirent __user * dirent, unsigned int count)
 {
        int error;
        struct file * file;