(syscall-dup2 oldfd newfd x86) → (mv * x86)
Function:
(defun syscall-dup2$notinline (oldfd newfd x86) (declare (xargs :stobjs (x86))) (declare (ignorable oldfd newfd x86)) (declare (xargs :guard (and (integerp oldfd) (integerp newfd)))) (let ((__function__ 'syscall-dup2)) (declare (ignorable __function__)) (syscall-dup2-logic oldfd newfd x86)))