Ruby  2.5.0dev(2017-10-22revision60238)
Functions
unistd.h File Reference

Go to the source code of this file.

Functions

int seteuid (pid_t pid)
 
int setegid (pid_t pid)
 
int truncate (const char *path, off_t new_size)
 
int ftruncate (int fd, off_t new_size)
 

Function Documentation

◆ ftruncate()

int ftruncate ( int  fd,
off_t  new_size 
)

◆ setegid()

int setegid ( pid_t  pid)

◆ seteuid()

int seteuid ( pid_t  pid)

◆ truncate()

int truncate ( const char *  path,
off_t  new_size 
)