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

   This PR enhances the file input stream implementation to support seek 
operations by migrating from lib_instream_s to lib_sistream_s. Additionally, it 
fixes a type mismatch issue in the seekable input stream structure.
   libc/stream:add seek support to file input stream
   
   ## Impact
   
   API Change: lib_fileinstream_open/close renamed to 
lib_filesistream_open/close
   Compatibility: Existing code using lib_fileinstream will need to update to 
the new API
   Functionality: File input streams now support seeking, previously only 
sequential access was available
   Build: Updated CMakeLists.txt and Make.defs to reflect the renamed source 
file


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to