forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libc: minimal: define off_t as a signed, 64-bit integer
The off_t type effectively limits the maximum file size that can be measured with a POSIX system. Rather than limiting it to the word-size of the architecture (usually equivalent to the pointer size), strictly use a signed, 64-bit integer. Signed-off-by: Chris Friedt <[email protected]>
- Loading branch information
Chris Friedt
committed
Jul 8, 2024
1 parent
5379f36
commit 65db7bb
Showing
2 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters