RTEMS | Draft: IMFS User allocator Plugin Code (!534)

Joel Sherrill (@joel) gitlab at rtems.org
Wed Aug 6 15:30:25 UTC 2025




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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250806/6e7292fe/attachment-0001.htm>


More information about the bugs mailing list