(syscall-fcntl fd cmd arg x86) → (mv * x86)
Function:
(defun syscall-fcntl$notinline (fd cmd arg x86) (declare (xargs :stobjs (x86))) (declare (ignorable fd cmd arg x86)) (declare (xargs :guard t)) (let ((__function__ 'syscall-fcntl)) (declare (ignorable __function__)) (syscall-fcntl-logic fd cmd arg x86)))