restart_syscall(2) - Linux man page

Name

restart_syscall - Restart a system call

Synopsis

long sys_restart_syscall(void);

Description

restart_syscall is a helper function that restarts a system call.

Return Value

restart_syscall returns the return value of the system call it restarts.

Errors

None.

Author

Niki Rahimi

Referenced By

ptrace(2)