Crate syscall [] [src]

Reexports

pub use self::call::*;
pub use self::data::*;
pub use self::error::*;
pub use self::flag::*;
pub use self::number::*;
pub use self::scheme::*;

Modules

call

Function definitions

data

Complex structures that are used for some system calls

error

All errors that can be generated by a system call

flag

Flags used as an argument to many system calls

number

Call numbers used by each system call

scheme

A trait useful for scheme handlers

Functions

syscall0
syscall1
syscall1_clobber
syscall2
syscall3
syscall4
syscall5