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
Define k_off_t to have native support for measuring file offsets
within any kind of file that is supportable in Zephyr.
CONFIG_OFFSET_64BIT is added to allow 32-bit users to force
64-bit offsets, when trading space and speed for flexibility
makes sense for the application.
Define k_ssize_t to have native support for reporting file I/O
sizes along with negative error codes.
Signed-off-by: Chris Friedt <[email protected]>
0 commit comments