Joel Sherrill commented: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/462#note_122326


Per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html, I 
think the definition of AIO_LISTIO_MAX should be deleted from the rtems 
specific limits.h in newlib and aio_misc.h. This comment in that file echos the 
language in the POSIX standard.

```
/*
 *  Definitions of the following may be omitted if the value is >= stated
 *  minimum but is indeterminate.
 */
```

RTEMS does not have an underlying resource for entries on a user's listio. All 
definitions and uses of AIO_LISTIO_MAX should be deleted.

This would also require removing the check against AIO_LISTIO_MAX in 
lio_listio() and deleting a test case.

This looks like an issue which will need backporting to 6 IMO.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/462#note_122326
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