Sebastian Huber started a new discussion on cpukit/libcsupport/src/close.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/795#note_135121

 >  
 >    LIBIO_GET_IOP( fd, iop );
 > -  flags = rtems_libio_iop_flags( iop );
 >  
 >    while ( true ) {
 > +    unsigned int   flags;
 >      unsigned int desired;
 >      bool         success;
 > +    flags = rtems_libio_iop_flags( iop );
 >  
 >      if ( ( flags & LIBIO_FLAGS_OPEN ) == 0 ) {
 >        rtems_libio_iop_drop( iop );
 >        rtems_set_errno_and_return_minus_one( EBADF );
 >      }
 >  
 > +    /**

This is not a Doxygen comment, so it should not start with `/**`.

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