michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1335159845
########## libs/libc/stdio/lib_fclose.c: ########## @@ -129,7 +129,7 @@ int fclose(FAR FILE *stream) (uintptr_t)stream); status = android_fdsan_close_with_tag(stream->fs_fd, tag); #else - status = close(stream->fs_fd); + status = stream->fs_callbacks.close(stream); Review Comment: as mentioned above, I would pass stream -- 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