Manual Page Result
0
Command: syscall | Section: 2 | Source: UNIX v10 | File: syscall.2
SYSCALL(2) System Calls Manual SYSCALL(2)
NAME
syscall - indirect system call
SYNOPSIS
int syscall(number, arg, ... )
DESCRIPTION
Syscall performs the system call with the specified number and argu-
ments and returns its result. The numbers may be found in the system
source.
BUGS
The simulation fails for system calls such as pipe(2), which return
multiple values.
SYSCALL(2)