Module syscall

Source
Expand description

Linux Kernel System Calls

This module provides raw and direct access to system calls on linux platforms. Furthermore, it provides the system call numbers of all available linux system calls, named prototypes for all APIs, and definitions of the datatypes used to communicate with the kernel.

Modulesยง

api
System Call API
arch
Architecture Dependent Definitions
raw
Raw System Calls