clsync
Functions
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 
)

◆ 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.