RTEMS CPU Kit with SuperCore  4.11.3
Functions
fchmod.c File Reference

Change File Modes. More...

#include <sys/stat.h>
#include <rtems/libio_.h>
Include dependency graph for fchmod.c:

Functions

int rtems_filesystem_chmod (const rtems_filesystem_location_info_t *loc, mode_t mode)
 
int fchmod (int fd, mode_t mode)
 POSIX 1003.1b 5.6.4 - Change File Modes.
 

Detailed Description

Change File Modes.