summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-07 17:12:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-07 17:12:49 +0200
commit8b65f389aac940a5aadcf190894fdba1b75453f2 (patch)
treebebd70ad10b3f557b4e2c740762322b173e72a57 /cpukit/libcsupport/include/rtems/libio_.h
parentfstests/fsimfsgeneric01: Avoid global state (diff)
downloadrtems-8b65f389aac940a5aadcf190894fdba1b75453f2.tar.bz2
Filesystem: Rename function
Rename rtems_filesystem_location_is_root() into rtems_filesystem_location_is_instance_root() to distinguish this from the file system root directory of the current task environment.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio_.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index 1e4bb84ecd..fb8b534712 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -592,7 +592,7 @@ void rtems_filesystem_do_unmount(
rtems_filesystem_mount_table_entry_t *mt_entry
);
-static inline bool rtems_filesystem_location_is_root(
+static inline bool rtems_filesystem_location_is_instance_root(
const rtems_filesystem_location_info_t *loc
)
{