taglinefilesource code
oldfd38fs/fcntl.cint sys_dup2(unsigned int oldfd, unsigned int newfd)
oldfd40fs/fcntl.cif (newfd == oldfd)
oldfd43fs/fcntl.creturn dupfd(oldfd,newfd);
oldfd140include/unistd.hint dup2(int oldfd, int newfd);