Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

errno(2)

syscall(2)  —  RISC

Name

syscall − indirect system call

Syntax

syscall(number, args, ...) 

Description

The syscall 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, syscall returns −1 and sets the external variable errno. 

See Also

errno(2)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026