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