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

 >      bool         success;
 >  
 >      if ( ( flags & LIBIO_FLAGS_OPEN ) == 0 ) {
 > +      rtems_libio_iop_drop( iop );

Here you stop the `close()` if the open flag is not set.

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