summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-02 08:00:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-02 08:06:10 +0100
commite079b33e76002b282f1a104e2018c85af7a1ed09 (patch)
tree47cca792fcaec8fae764bba1659f5c0c028bcdf4 /cpukit/libcsupport/include/rtems/libio_.h
parentdoc: Fix typo (diff)
downloadrtems-e079b33e76002b282f1a104e2018c85af7a1ed09.tar.bz2
Filesystem: Export most generic path eval function
Add path length parameter to rtems_filesystem_eval_path_start_with_root_and_current() so that users may pass paths without a '\0' termination. Update #2558.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio_.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index c26782e015..0c5e9ed30b 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -328,6 +328,7 @@ rtems_filesystem_location_info_t *
rtems_filesystem_eval_path_start_with_root_and_current(
rtems_filesystem_eval_path_context_t *ctx,
const char *path,
+ size_t pathlen,
int eval_flags,
rtems_filesystem_global_location_t *const *global_root_ptr,
rtems_filesystem_global_location_t *const *global_current_ptr