Alessandro Nardin commented on a discussion on cpukit/include/rtems/posix/aio_misc.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/275#note_114317 > /** Notification via event delivery */ > #define AIO_LIO_EVENT 2 > > +/* Constants needed by aio_suspend() */ > + > +/** Signal already generated for suspend call */ > +#define AIO_SIGNALED 0 > + > +/** signal not generated for suspend call */ Fixed the comment. I also changed the values for `AIO_SIGNALED` and `AIO_NONSIGNALED`. I only use the latter one in aio_suspend when I initialize the suspendcb, should i remove the definition and just put 0 as initial value? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/275#note_114317 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
