Home
last modified time | relevance | path

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

/third_party/musl/src/linux/
Dwait4.c11 #ifdef SYS_wait4_time64 in wait4()
14 r = __syscall(SYS_wait4_time64, pid, status, options, kru64); in wait4()
24 if (SYS_wait4_time64 == SYS_wait4 || r != -ENOSYS) in wait4()
/third_party/musl/arch/x32/
Dsyscall_arch.h91 #define SYS_wait4_time64 SYS_wait4 macro