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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to