patacongo commented on pull request #4193:
URL: https://github.com/apache/incubator-nuttx/pull/4193#issuecomment-884196038
If off_t changes from anything but 32-bits, we also need to fix all file
systems that expect off_t to be 32-bits in the binary meta-data of the file.
These all need to be checked (and maybe others):
fs/fat/
fs/nxffs/
fs/smartfs/
fs/spiffs/
fs/tmpfs/
And possibly data structures in:
include/nuttx/fs/dirent.h
include/nuttx/fs/loop.h
include/nuttx/fs/smart.h
include/nuttx/fs/userfs.h
And this would need to be kept in sync:
include/nuttx/fs/hostfs.h:typedef int32_t nuttx_off_t;
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]