RTEMS | testsuites/psxtests: psxaio05 fails on ZynqMP (#5227)

yang zhang (@yang.zhang) gitlab at rtems.org
Thu Mar 20 06:32:29 UTC 2025




yang zhang commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5227#note_121429


I also find this issue, i think the reason maybe below:
In toolchain, <limits.h> also define AIO_LISTIO_MAX          
/*
 *  Definitions of the following may be omitted if the value is >= stated
 *  minimum but is indeterminate.
 */

#define AIO_LISTIO_MAX          2

So AIO_LISTIO_MAX in <aio_misc.h> won't be defined again.
#ifndef AIO_LISTIO_MAX
#define AIO_LISTIO_MAX 20
#endif

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5227#note_121429
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/20250320/00688f9b/attachment-0001.htm>


More information about the bugs mailing list