Xiang Xiao
|
92b2f1bd3d
|
fs: Undefine CONFIG_FS_LARGEFILE if compiler doesn't support long long
to simplify the large file check in many place
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2023-03-02 09:37:58 +01:00 |
Xiang Xiao
|
319474b1b1
|
fs: Change off_t and related types to int64_t if long long is supported
since it is very popular that the storage capcacity is large than 4GB
even in the embedded system:
https://www.opengroup.org/platform/lfs.html
https://en.wikipedia.org/wiki/Large-file_support
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I019dc08aff02f9ea01eb6d750033bbc358994da5
|
2021-08-04 06:48:30 -07:00 |
Gustavo Henrique Nihei
|
b9f231cdca
|
include: Fix typos reported by codespell
|
2021-02-25 11:30:38 -08:00 |
Xiang Xiao
|
b13f3212ad
|
libc: Implement ftw and nftw function
see the reference here:
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/ftw.h.html
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I3b368106a56b0e9d4c653f3ae16304b0a9d55fbc
|
2020-08-11 16:44:42 +09:00 |
Gregory Nutt
|
f24c71be32
|
include/ftw.h: Add header file
Add the ftw.h header file as specified at OpenGroup.org:
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/ftw.h.html
|
2020-06-23 17:34:28 +01:00 |