*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: syscall | Section: 2 | Source: Digital UNIX | File: syscall.2.gz
syscall(2) System Calls Manual syscall(2) NAME syscall - indirect system call SYNOPSIS #include <sys/syscall.h> syscall(number, arg, ...) DESCRIPTION The syscall system call performs the system call whose assembly lan- guage interface has the specified number, register arguments r0 and r1, and further arguments arg. The r0 value of the system call is returned. RESTRICTIONS There is no way to simulate system calls such as pipe, which return values in register r1. NOTES This interface is not recommended. An alternative interface is docu- mented in chown(2). DIAGNOSTICS When the C-bit is set, syscall returns -1 and sets the external vari- able errno. RELATED INFORMATION Functions: errno(2), pipe(2) delim off syscall(2)

Navigation Options