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