Crate linux_api [] [src]

This is a very early work-in-progress binding to various Linux Kernel APIs.

Reexports

pub use std::os::*;
pub use std::os::raw::*;
pub use std::os::linux::raw::*;
pub use cstdlib::*;
pub use errno::*;
pub use posix_types::*;
pub use time::*;

Modules

cstdlib

Types and constants defined in the C standard library

errno

Bindings to various errno.h definitions.

posix_types

Defines types found in various posix_types.h files.

time

Constants and structures from time classes

Functions

__errno_location

Gets the pointer of the last error number's location

get_last_error_number

Gets the last error number