yang zhang commented on a discussion on testsuites/psxtests/psxaio05/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/462#note_122709

 >    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);

Yes, you are right, i ignore the array lenght of aiocbp.

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to