From 5693f2e69b96a66786084c0151b538cd0bd1dc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 22 Feb 2012 09:58:59 +0100 Subject: [PATCH] =?UTF-8?q?2012-02-22=20Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sapi/include/confdefs.h: Add decl of configuration_mount_table (Fix c++ mangling). --- cpukit/sapi/include/confdefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 9cd2954841..89e6b5c094 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -503,6 +503,7 @@ rtems_fs_init_functions_t rtems_fs_init_helper = #endif #ifndef CONFIGURE_HAS_OWN_MOUNT_TABLE + extern const rtems_filesystem_mount_table_t configuration_mount_table; const rtems_filesystem_mount_table_t configuration_mount_table = { #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM) RTEMS_FILESYSTEM_TYPE_DEVFS,