13627105546 opened a new pull request, #17884:
URL: https://github.com/apache/nuttx/pull/17884

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   This change is made to align the definition with the standard value used in 
Linux (often defined in `bits/stdio_lim.h`), ensuring better consistency and 
compatibility for applications that rely on this standard macro to determine 
the maximum number of unique temporary filenames.
   
   ## Impact
   
   *   Impact on user: Applications porting from Linux that check or use 
`TMP_MAX` will see a consistent value.
   *   **Build process**: No impact on the build process.
   *   **Compatibility**: Backward compatible; simply changes a constant value 
to a standard one.
   
   ## Testing
   
   *   Verification:
       1.  Compiled without errors.
       2.  Verified that `TMP_MAX` expands to the new value `308915776` in the 
preprocessed output.
       3.  Ran `tools/checkpatch.sh` and it passed without errors.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to