You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/17 17:18:56 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #3915: Reopening a file does not clear I/O buffers.

pkarashchenko commented on issue #3915:
URL: https://github.com/apache/incubator-nuttx/issues/3915#issuecomment-996888999


   From the example I see that `file = freopen("/file", "rb");` is used, but `FAR FILE *freopen(FAR const char *path, FAR const char *mode, FAR FILE *stream);`, so the last parameter is missing in the example. Is the case incomplete?


-- 
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