Home
last modified time | relevance | path

Searched refs:__NR_getdents64 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dunistd.h168 #define __NR_getdents64 61 macro
169 __SYSCALL(__NR_getdents64, sys_getdents64)
/linux/tools/include/nolibc/
H A Dsys.h430 return __nolibc_syscall3(__NR_getdents64, fd, dirp, count); in sys_geteuid()