From e079b33e76002b282f1a104e2018c85af7a1ed09 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 2 Feb 2016 08:00:34 +0100 Subject: 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. --- cpukit/libcsupport/include/rtems/libio_.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libcsupport/include/rtems') 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 -- cgit v1.2.3