X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fsyscall.h;h=3b6f70e67676bd6e84e9cd21ea5c8d467e5a9579;hb=d4f9e0b3642a81d07c95302cd9aa0dcaf7de1a05;hp=cfaa790fa0cd49b8bb3b23881ea18ee8866d4c41;hpb=9b235e8374bfe15f73d470b4ad7d1c579fd9a71e;p=musl diff --git a/arch/x86_64/syscall.h b/arch/x86_64/syscall.h index cfaa790f..3b6f70e6 100644 --- a/arch/x86_64/syscall.h +++ b/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_pread #undef __NR_pwrite +#undef __NR_getdents #define __NR_fstatat __NR_newfstatat #define __NR_pread __NR_pread64 #define __NR_pwrite __NR_pwrite64 +#define __NR_getdents __NR_getdents64 #undef O_LARGEFILE #define O_LARGEFILE 0100000