mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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>
This commit is contained in:
committed by
Alin Jerpelea
parent
d2d954f691
commit
92b2f1bd3d
+1
-1
@@ -63,7 +63,7 @@
|
||||
* it. */
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_FS_LARGEFILE) && defined(CONFIG_HAVE_LONG_LONG)
|
||||
#if defined(CONFIG_FS_LARGEFILE)
|
||||
# define ftw64 ftw
|
||||
# define nftw64 nftw
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user