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

Chris Johns (@chris) gitlab at rtems.org
Mon Aug 3 22:14:07 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_156420

 > +/**
 > + * @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);

hanks. This file does not pass through the OAR format tool.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1383#note_156420
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-0m6erg8hrxn2gm4nx1mcfutum-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/b5998c07/attachment.htm>


More information about the bugs mailing list