You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #300 loading time was problematic. A workaround has been found (see 63367d2) by temporarily not checking file sizes.
To fix this issue, readdir has to also return the stuct stat, just like the old fileXio functions did. This is possible within the standards. Changes have to be made to:
newlib: to modify the definition of the structs (like this)
As reported in #300 loading time was problematic. A workaround has been found (see 63367d2) by temporarily not checking file sizes.
To fix this issue, readdir has to also return the
stuct stat
, just like the oldfileXio
functions did. This is possible within the standards. Changes have to be made to:The text was updated successfully, but these errors were encountered: