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:
daichuan
2024-12-30 17:56:50 +08:00
committed by archer
parent c025cd96b4
commit 68a5732d9a
+1 -1
View File
@@ -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