Searched refs:__NR_statx (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dlinux-syscalls.c111 #ifndef __NR_statx
113 # define __NR_statx 332 macro
115 # define __NR_statx 383 macro
117 # define __NR_statx 397 macro
119 # define __NR_statx (UV_SYSCALL_BASE + 397) macro
121 # define __NR_statx 383 macro
123 # define __NR_statx 379 macro
125 #endif /* __NR_statx */
250 #if !defined(__NR_statx) || defined(__ANDROID_API__) && __ANDROID_API__ < 30
253 return syscall(__NR_statx, dirf
[all...]

Completed in 79 milliseconds