summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
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(