Explorar o código

Oops. Forgot this one....

Eric Andersen %!s(int64=25) %!d(string=hai) anos
pai
achega
faf1b16caa
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      libc/sysdeps/linux/common/syscalls.c

+ 7 - 0
libc/sysdeps/linux/common/syscalls.c

@@ -1325,6 +1325,13 @@ int fstat64(int filedes, struct libc_stat64 *buf)
 
 
 //#define __NR_getdents64         220
+#ifdef L_getdents64
+#include <unistd.h>
+#include <dirent.h>
+_syscall3(int, getdents64, int, fd, char *, dirp, size_t, count);
+#endif
+
+
 //#define __NR_fcntl64            221