From 78f417f897fddb0fd78af81cfcefca5a44a7d1c5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 7 Oct 2012 17:17:27 +0200 Subject: Filesystem: Rename function Rename rtems_filesystem_location_exists_in_same_fs_instance_as() into rtems_filesystem_location_exists_in_same_instance_as() for consistency with other file system instance related functions. --- cpukit/libcsupport/include/rtems/libio_.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems/libio_.h') diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index fb8b534712..f2791a0a61 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rtems/libio_.h @@ -769,7 +769,7 @@ void rtems_filesystem_eval_path_error( * @retval 0 The locations exist and are in the same file system instance. * @retval -1 An error occured. The @c errno indicates the error. */ -int rtems_filesystem_location_exists_in_same_fs_instance_as( +int rtems_filesystem_location_exists_in_same_instance_as( const rtems_filesystem_location_info_t *a, const rtems_filesystem_location_info_t *b ); -- cgit v1.2.3