Kinsey Moore started a new discussion on cpukit/include/rtems/libio.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/516#note_125036

 >    return _Atomic_Load_uint( &iop->flags, ATOMIC_ORDER_RELAXED );
 >  }
 >  
 > +/**
 > + * @brief Returns true if the iop is a bad file descriptor, otherwise
 > + * returns false. A bad file descriptor means free or not open.
 > + *
 > + * @param[in] iop The iop.

This function does not take an iop.

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