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:
Sebastian Huber
2013-09-11 10:59:06 +02:00
parent b6657c3957
commit d2da61aa0c
4 changed files with 67 additions and 48 deletions

View File

@@ -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(