Gedare Bloom started a new discussion on cpukit/include/rtems/imfs.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/504#note_125240 > + * f_blocks - Size of fs in f_frsize units > + * f_frsize - Fragment size: > + * f_bfree - Number of free blocks > + * f_files - Number of inodes > + * f_fsid - Filesystem ID > + * f_flag - Mount flags > + * f_namemax - Maximum filename Length > + * @retval 0 Successful operation. > + * @retval -1 An error occurred. The @c errno indicates the error. > + */ > +extern int IMFS_statvfs( > + const rtems_filesystem_location_info_t *loc, > + struct statvfs *buf > +); > + > should only be one blank line here -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/504#note_125240 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs