RTEMS CPU Kit with SuperCore
Functions
fchown.c File Reference

Change Owner and Group of a File. More...

#include <unistd.h>
#include <rtems/libio_.h>
Include dependency graph for fchown.c:

Functions

int rtems_filesystem_chown (const rtems_filesystem_location_info_t *loc, uid_t owner, gid_t group)
 
int fchown (int fd, uid_t owner, gid_t group)
 POSIX 1003.1b 5.6.5 - Change Owner and Group of a File.
 

Detailed Description

Change Owner and Group of a File.