summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-02 15:25:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-04 14:03:49 +0100
commitead010cd3caeac0b3300d0031c1f31a36f798792 (patch)
treed24a3a6d9e2555369921c849cdd62d2c11ccbf5d /cpukit/libcsupport/include/rtems/libio_.h
parentbsps/powerpc: Fix a clock driver (diff)
downloadrtems-ead010cd3caeac0b3300d0031c1f31a36f798792.tar.bz2
Filesystem: Make rtems_libio_number_iops const
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h2
1 files changed, 1 insertions, 1 deletions
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;