michallenc opened a new pull request, #2112: URL: https://github.com/apache/nuttx-apps/pull/2112
## Summary This PR is linked with [libc: add support for custom streams with fopencookie()](https://github.com/apache/nuttx/pull/10602) as it adds tests for fopencookie utility. It also removes `fs_fd` from system applications. This field is no longer used in `FILE` stream in fopencookie patch and applications also should not access the structure directly but instead they should use POSIX defined interface `fileno.` ## Impact This can (and should) be merged before NuttX fopencookie patch as it will not break CI (all fopencookie test stuff under ifdefs). -- 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