RTEMS | Draft: IMFS User allocator Plugin Code (!534)
Joel Sherrill (@joel)
gitlab at rtems.org
Mon Aug 4 22:46:49 UTC 2025
Joel Sherrill started a new discussion on testsuites/psxtests/psximfs01/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_128191
> -{
> - 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(){
I see four ){ instance in your changes. Eliminate them.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_128191
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/20250804/ac1439fb/attachment-0001.htm>
More information about the bugs
mailing list