ultrix man page for syscall

Query: syscall

OS: ultrix

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

syscall(2)							System Calls Manual							syscall(2)

Name
       syscall - indirect system call

Syntax
       syscall(number, args, ...)

Description
       The system call performs the system call whose assembly language interface has the specified number, and further arguments args.  There may
       be no arguments.

       The return value of the system call is returned.

Diagnostics
       If an error occurs, returns -1 and sets the external variable errno.

See Also
       errno(2)

								       RISC								syscall(2)
Related Man Pages
syscall(2) - debian
syscall(2) - suse
syscall(3ucb) - sunos
syscall(3ucb) - php
syscall(3ucb) - hpux
Similar Topics in the Unix Linux Community
recv syscall for socket programming
behaviour of read() and write() after a select()
how to distinguish entry/exit of a syscall when using ptrace?
[deleted by user]Does any syscall increase process priority ?
Getting error when instrumenting a C program with Purify