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

   ## Summary
   
   FOPEN_MAX macro is in both ISO C89 (and later) and POSIX standards.
   
   OpenGroup about stdio.h: 
   "{FOPEN_MAX}
       Number of streams which the implementation guarantees can be open 
simultaneously. The value is at least eight."
   
   OpenGroup about limits.h: 
   "{STREAM_MAX}
       Maximum number of streams that one process can have open at one time. If 
defined, it has the same value as {FOPEN_MAX} (see <stdio.h>).
       Minimum Acceptable Value: {_POSIX_STREAM_MAX}"
   
   ## Impact
   Standards conformance
   
   ## Testing
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to