mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
c025cd96b4
commit
68a5732d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue