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

Chris Johns (@chris) gitlab at rtems.org
Mon Aug 3 22:15:46 UTC 2026




Chris Johns commented on a discussion on testsuites/psxtests/psxpipe01/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1383#note_156422

 > +
 > +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:" );

Ah yes thanks

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


More information about the bugs mailing list