From efd2965abf0beaa66e918107be0b667f086d6ea4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 2 Feb 2015 15:25:26 +0100 Subject: Filesystem: Statically initialize rtems_libio_iops --- 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 1300d39b41..c26782e015 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rtems/libio_.h @@ -65,7 +65,7 @@ extern rtems_id rtems_libio_semaphore; */ extern const uint32_t rtems_libio_number_iops; -extern rtems_libio_t *rtems_libio_iops; +extern rtems_libio_t rtems_libio_iops[]; extern rtems_libio_t *rtems_libio_iop_freelist; extern const rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers; -- cgit v1.2.3