Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/nolibc/
A Dsys.h248 #elif defined(__NR_dup2) in sys_dup2()
249 return my_syscall2(__NR_dup2, old, new); in sys_dup2()
251 #error Neither __NR_dup3 nor __NR_dup2 defined, cannot implement sys_dup2() in sys_dup2()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dunistd32.h139 #define __NR_dup2 63 macro
140 __SYSCALL(__NR_dup2, sys_dup2)

Completed in 7 milliseconds