mu578 commented on PR #10602: URL: https://github.com/apache/nuttx/pull/10602#issuecomment-1719538014
I once look at that to handle a fomempen and alike properly, it would require that struct FILE not to be a direct alias to internal FS struct, as indeed you need to have reference to callbacks and flags, so it would require an indirection where struct FILE holds a private pointer to internal. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org