From ead010cd3caeac0b3300d0031c1f31a36f798792 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 2 Feb 2015 15:25:23 +0100 Subject: Filesystem: Make rtems_libio_number_iops const --- cpukit/sapi/include/confdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 595dac5807..569f136210 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -157,7 +157,7 @@ const rtems_libio_helper rtems_fs_init_helper = * When instantiating the configuration tables, this variable is * initialized to specify the maximum number of file descriptors. */ - uint32_t rtems_libio_number_iops = CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS; + const uint32_t rtems_libio_number_iops = CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS; #endif /** -- cgit v1.2.3