Sebastian Huber started a new discussion on 
testsuites/psxtests/psxenosys/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/205#note_111879

 >  
 >    TEST_BEGIN();
 >  
 > -  puts( "lio_listio -- ENOSYS" );
 > +#ifndef RTEMS_POSIX_API
 >    sc = lio_listio( 0, NULL, 0, NULL );
 >    check_enosys( sc );
 > +#endif
 >  
 > -  puts( "aio_suspend -- ENOSYS" );

Why did you remove the puts()?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/205#note_111879
You're receiving this email because of your account on gitlab.rtems.org.


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

Reply via email to