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


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

Reply via email to