RTEMS | libfs/pipe: Add pipe and pipe2 indirect handler calls (!1383)
Chris Johns (@chris)
gitlab at rtems.org
Mon Aug 3 22:07: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_156418
> + */
> +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);
> +
> +/**
> + * @brief Register a file system pipe2 call handler.
> + *
> + * @param[in] pipe2_handler Handler to called when `pipe2()` is called.
> + */
> +void rtems_filesystem_register_pipe2( rtems_pipe2_handler_t pipe2_handler);
Thanks. 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_156418
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-9hnc7yy662lt8viyipdtb5es6-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/70aeaea6/attachment.htm>
More information about the bugs
mailing list