Browse Source

fix directory reading on x86_64

Rich Felker 14 năm trước cách đây
mục cha
commit
cda892ddbe
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      arch/x86_64/syscall.h

+ 2 - 0
arch/x86_64/syscall.h

@@ -393,9 +393,11 @@ static inline long syscall6(long n, long a1, long a2, long a3, long a4,
 #undef __NR_fstatat
 #undef __NR_fstatat
 #undef __NR_pread
 #undef __NR_pread
 #undef __NR_pwrite
 #undef __NR_pwrite
+#undef __NR_getdents
 #define __NR_fstatat __NR_newfstatat
 #define __NR_fstatat __NR_newfstatat
 #define __NR_pread __NR_pread64
 #define __NR_pread __NR_pread64
 #define __NR_pwrite __NR_pwrite64
 #define __NR_pwrite __NR_pwrite64
+#define __NR_getdents __NR_getdents64
 
 
 #undef O_LARGEFILE
 #undef O_LARGEFILE
 #define O_LARGEFILE 0100000
 #define O_LARGEFILE 0100000