Yuze Li

Results 11 comments of Yuze Li

@mycastiel Hi, I face the same problem. It turns out `ls` does not involve `getdents()` syscall but rather the `getdents64()`, see running`strace` on `ls`: ``` ... getdents64(3, /* 162 entries...