summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-09-11 10:59:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-09-12 15:31:23 +0200
commitd2da61aa0cf73dadc31eb3fd4202c04faf0e7653 (patch)
tree65156db0a2ec463e6a7f2752e3e7c8463f2bc35b /cpukit/libcsupport/include/rtems/libio_.h
parentFilesystem: Add and use rtems_filesystem_chmod() (diff)
downloadrtems-d2da61aa0cf73dadc31eb3fd4202c04faf0e7653.tar.bz2
Filesystem: Change rtems_filesystem_chown()
Implement POSIX requirements in the high-level file system layer. Use common implementation for all change owner variants.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio_.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h5
1 files changed, 2 insertions, 3 deletions
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(