Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dlinux.c91 #ifndef __NR_statx
93 # define __NR_statx 332 macro
95 # define __NR_statx 383 macro
97 # define __NR_statx 397 macro
99 # define __NR_statx 397 macro
101 # define __NR_statx 383 macro
103 # define __NR_statx 379 macro
105 # define __NR_statx 291 macro
401 #if !defined(__NR_statx) || defined(__ANDROID_API__) && __ANDROID_API__ < 30 in uv__statx()
406 rc = syscall(__NR_statx, dirfd, path, flags, mask, statxbuf); in uv__statx()

Completed in 8 milliseconds