RTEMS  5.1
Functions
fchmod.c File Reference

Change File Modes. More...

#include <sys/stat.h>
#include <string.h>
#include <rtems/libio_.h>

Functions

int rtems_filesystem_chmod (const rtems_filesystem_location_info_t *loc, mode_t mode)
 
int fchmod (int fd, mode_t mode)
 

Detailed Description

Change File Modes.

Function Documentation

◆ fchmod()

int fchmod ( int  fd,
mode_t  mode 
)

POSIX 1003.1b 5.6.4 - Change File Modes