RTEMS | Draft: cpukit/posix/aio*: Create notification at request completion (!118)
Alessandro Nardin (@AlessandroNardin)
gitlab at rtems.org
Fri Jul 19 15:56:21 UTC 2024
Alessandro Nardin commented on a discussion on cpukit/include/rtems/posix/aio_misc.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109606
> + */
> +void rtems_aio_notify( struct sigevent *sigp );
> +
> +/**
> + * @brief Checks the validity of a sigevent struct
> *
> - * @param sig
> + * @param sigp Is a pointer to the sigevent struct to check.
> + * @retval 0 The struct is not valid.
> + * @retval 1 The struct is valid.
> */
> -void rtems_aio_notify( struct sigevent *sig );
> +int rtems_aio_check_sigevent( struct sigevent *sigp );
>
> #ifdef RTEMS_DEBUG
> #include <assert.h>
That's my fault, i changed the assert in _Assert but forgot to change the header.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109606
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/20240719/a1dd16b9/attachment-0001.htm>
More information about the bugs
mailing list