RTEMS | libfs/pipe: Add pipe and pipe2 indirect handler calls (!1383)
Joel Sherrill (@joel)
gitlab at rtems.org
Tue Aug 4 02:28:06 UTC 2026
Joel Sherrill commented on a discussion on testsuites/psxtests/psxpipe01/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1383#note_156432
> +
> +static int pipe2_handler( int fildes[ 2 ], int flags )
> +{
> + rtems_test_assert( flags == 0x77654321 );
> + fildes[ 0 ] = 0xfedc;
> + fildes[ 1 ] = 0x5432;
> + return -2;
> +}
> +
> +static void pipe_handler_test()
> +{
> + int fd[ 2 ] = { 0, 0 };
> + int status = 0;
> +
> + puts( "" );
> + puts( "Pipe handler tests:" );
I have no idea how many are out of date but that deletion of the output should have updated it.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1383#note_156432
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-8bypr3s8ft85jltzkymlhmbpj-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/20260804/c6eec1ae/attachment-0001.htm>
More information about the bugs
mailing list