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/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 e204508cf1..8703e09d7f 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rtems/libio_.h @@ -64,7 +64,7 @@ extern rtems_id rtems_libio_semaphore; * File descriptor Table Information */ -extern uint32_t rtems_libio_number_iops; +extern const uint32_t rtems_libio_number_iops; extern rtems_libio_t *rtems_libio_iops; extern rtems_libio_t *rtems_libio_last_iop; extern rtems_libio_t *rtems_libio_iop_freelist; -- cgit v1.2.3