SYSCALL
indirect system call
SYNOPSIS
int syscall(int number ...);
DESCRIPTION
Syscall performs the system call whose assembly language interface has the specified number with the specified arguments. Symbolic constants for system calls can be found in the header file <sys/syscall.h>.
Comments