Macro: SB-UNIX:WITH-RESTARTED-SYSCALL

package type

Evaluate BODY with VALUE and ERRNO bound to the return values of SYSCALL-FORM. Repeat evaluation of SYSCALL-FORM if it is interrupted.

Lambda list

((&optional sb-unix::value sb-unix::errno) sb-unix::syscall-form &rest sb-unix::body)