RTEMS | libfs/pipe: Add pipe and pipe2 indirect handler calls (!1383)

Chris Johns (@chris) gitlab at rtems.org
Mon Aug 3 22:13:52 UTC 2026




Chris Johns commented on a discussion on cpukit/include/rtems/libio.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1383#note_156419

 >  
 >  /** @} */
 >  
 > +/**
 > + * @defgroup Pipe
 > + *
 > + * @ingroup LibIO
 > + *
 > + * @brief Pipe support for different types of descriptors
 > + */
 > +/**@{**/
 > +
 > +/**

Why? I prefer to leave it and as we know using anything in `libio` comes with a "user beware" caution.

The long term and better thing to do is clean up the code and stop it being dependent in on IMFS. The implementation should be in `libcsupport` but it is in `libfs` and I am not sure why plus it requires a FIFO implementation which at a quick glance seem IMFS specific.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1383#note_156419
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-amyspudp0jmzvdd1i39dqspjd-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260803/3d6f3969/attachment-0001.htm>


More information about the bugs mailing list