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