forked from Imagelibrary/rtems
Filesystem: Add and use rtems_filesystem_chmod()
Implement POSIX requirements in the high-level file system layer.
This commit is contained in:
@@ -566,6 +566,11 @@ int rtems_filesystem_mknod(
|
||||
|
||||
int rtems_filesystem_chdir( rtems_filesystem_location_info_t *loc );
|
||||
|
||||
int rtems_filesystem_chmod(
|
||||
const rtems_filesystem_location_info_t *loc,
|
||||
mode_t mode
|
||||
);
|
||||
|
||||
int rtems_filesystem_chown(
|
||||
const char *path,
|
||||
uid_t owner,
|
||||
|
||||
Reference in New Issue
Block a user