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.


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

Reply via email to