sys_restart_syscall  [kernel/signal.c]


Resumes an interrupted system call.

Arguments

eax 0

Return values

If the system call succeeds the return value is the return value of the system call it restarts.
If the system call fails (in case when no system call was interrupted) the return value is -EINTR.

Remarks

n/a

Compatibility

n/a