sys_dup2
asmlinkage long sys_dup2(unsigned int oldfd, unsigned int newfd);
return __sysret(sys_dup2(old, new));