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