You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "Donny9 (via GitHub)" <gi...@apache.org> on 2023/09/07 04:03:18 UTC

[GitHub] [nuttx] Donny9 opened a new pull request, #10508: libc/fopen: support fopen with mode 'm'

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

   
   
   ## Summary
   libc/fopen: support fopen with mode 'm'
   refs:
   https://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html This is a fake implementation, in order for fopen to succeed, Because the complete mmap mapping the entire file will waste a lot of memory.
   ## Impact
   support fopen with m
   ## Testing
   daily test
   


-- 
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-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #10508: libc/fopen: support fopen with mode 'm'

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #10508:
URL: https://github.com/apache/nuttx/pull/10508


-- 
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-unsubscribe@nuttx.apache.org

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