forked from Imagelibrary/rtems
Filesystem: Change rtems_filesystem_chown()
Implement POSIX requirements in the high-level file system layer. Use common implementation for all change owner variants.
This commit is contained in:
@@ -572,10 +572,9 @@ int rtems_filesystem_chmod(
|
||||
);
|
||||
|
||||
int rtems_filesystem_chown(
|
||||
const char *path,
|
||||
const rtems_filesystem_location_info_t *loc,
|
||||
uid_t owner,
|
||||
gid_t group,
|
||||
int eval_follow_link
|
||||
gid_t group
|
||||
);
|
||||
|
||||
static inline bool rtems_filesystem_is_ready_for_unmount(
|
||||
|
||||
Reference in New Issue
Block a user