From d2da61aa0cf73dadc31eb3fd4202c04faf0e7653 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 11 Sep 2013 10:59:06 +0200 Subject: Filesystem: Change rtems_filesystem_chown() Implement POSIX requirements in the high-level file system layer. Use common implementation for all change owner variants. --- cpukit/libcsupport/include/rtems/libio_.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/libio_.h') diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index 4a0623eea0..885656616f 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rtems/libio_.h @@ -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( -- cgit v1.2.3