Joel Sherrill commented on a discussion on testsuites/psxtests/psximfs01/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_128300 > -{ > - int rc; > - > - puts( "close(" FILE_NAME ") - OK " ); > - rc = close( TestFd ); > - rtems_test_assert( rc == 0 ); > -} > - > -void unlink_it(void) > -{ > - int rc; > - > - puts( "unlink(" FILE_NAME ") - OK" ); > - rc = unlink( FILE_NAME ); > - rtems_test_assert( rc == 0 ); > +void *empty_space(){ All four are fixed. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_128300 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
