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

Chris Johns (@chris) gitlab at rtems.org
Tue Aug 11 04:46:15 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_156646

 > +/**
 > + * @brief Pipe handler
 > + */
 > +typedef int (*rtems_pipe_handler_t)( int filsdes[ 2 ] );
 > +
 > +/**
 > + * @brief Pipe2 handler
 > + */
 > +typedef int (*rtems_pipe2_handler_t)( int filsdes[ 2 ], int flags );
 > +
 > +/**
 > + * @brief Register a file system pipe call handler.
 > + *
 > + * @param[in] pipe_handler Handler to called when `pipe()` is called.
 > + */
 > +void rtems_filesystem_register_pipe( rtems_pipe_handler_t pipe_handler);

Ping

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1383#note_156646
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-0e603i6r4jb0snj2ad2qonti2-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/20260811/871b31d7/attachment-0001.htm>


More information about the bugs mailing list