SYS_getdents64
#if !defined(SYS_getdents64)
return syscall(SYS_getdents64, fd, dirp, count);
nr_read = syscall(SYS_getdents64, self->fd_proc_pid[i], ents, sizeof(ents));