mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 15:22:20 +08:00
This commit adds support for lio_listio(). psxaio05 has been added to test the new method. To avoid code duplication, the body of aio_read and aio_write has been moved in two helper methods. In this way i can use it also in lio_listio(). In addition to that, a limit on the number of total aio operation enqueued has been added. Updates rtems/programs/gsoc#29