Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

restart_syscall(2)


RESTART_SYSCALL

RESTART_SYSCALL

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
AUTHOR

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



restart_syscall(2)