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