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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to