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
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
