From ac741625b0926a0329627beca52174edd69e587b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 14 Sep 2017 15:21:14 +0200 Subject: libio: Use FIFO for iop free list Update #3136. --- cpukit/libcsupport/include/rtems/libio_.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems') diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index dc1fe9808a..cf4ea78f7e 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rtems/libio_.h @@ -66,7 +66,8 @@ 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_iop_freelist; +extern void *rtems_libio_iop_free_head; +extern void **rtems_libio_iop_free_tail; extern const rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers; -- cgit v1.2.3