clsync
Loading...
Searching...
No Matches
syscalls.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int pivot_root (const char *new_root, const char *old_root)
 
static ssize_t read_inf (int fd, void *buf, size_t count)
 
static ssize_t write_inf (int fd, const void *buf, size_t count)
 

Function Documentation

◆ pivot_root()

int pivot_root ( const char * new_root,
const char * old_root )
extern
Here is the caller graph for this function:

◆ read_inf()

static ssize_t read_inf ( int fd,
void * buf,
size_t count )
inlinestatic

Definition at line 22 of file syscalls.h.

◆ write_inf()

static ssize_t write_inf ( int fd,
const void * buf,
size_t count )
inlinestatic

Definition at line 34 of file syscalls.h.