RTEMS | Fix psxtests/psxaio05 case fail (!462)

Joel Sherrill (@joel) gitlab at rtems.org
Wed May 14 13:54:51 UTC 2025




Joel Sherrill commented on a discussion on testsuites/psxtests/psxaio05/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/462#note_122588

 >    status = sigprocmask( SIG_BLOCK, &sig_set, NULL );
 >    rtems_test_assert( status == 0 );
 >  
 > -  status = lio_listio( LIO_NOWAIT, aiocbp, 4, &sigev);
 > +  status = lio_listio( LIO_NOWAIT, aiocbp, AIO_LISTIO_MAX, &sigev);

Remove all uses of AIO_LISTIO_MAX and AIO_MAX in the implementation and tests. See #5246

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/462#note_122588
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250514/2ff6fb53/attachment-0001.htm>


More information about the bugs mailing list