mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
stdio.h: Update TMP_MAX definition to match Linux.
Update TMP_MAX from 56800235584ull to 308915776 to align with the value used in Linux. This ensures better compatibility for applications relying on this standard macro. Signed-off-by: daichuan <daichuan@xiaomi.com>
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@
|
||||
|
||||
/* The maximum number of unique temporary file names that can be generated */
|
||||
|
||||
#define TMP_MAX 56800235584ull
|
||||
#define TMP_MAX 308915776
|
||||
|
||||
#if defined(CONFIG_FS_LARGEFILE)
|
||||
# define tmpfile64 tmpfile
|
||||
|
||||
Reference in New Issue
Block a user