mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +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
@@ -68,7 +68,7 @@
|
||||
# define environ get_environ_ptr()
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_FS_LARGEFILE) && defined(CONFIG_HAVE_LONG_LONG)
|
||||
#if defined(CONFIG_FS_LARGEFILE)
|
||||
# define mkstemp64 mkstemp
|
||||
# define mkostemp64 mkostemp
|
||||
# define mkstemps64 mkstemps
|
||||
|
||||
Reference in New Issue
Block a user