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

   ## Summary
   
   * fs/vfs/fs_fstat: Return 0 (`OK`) if `nx_fstat` returns no errors
   
   According to the POSIX definition, 
[`fstat`](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html)
 should return 0 upon successful completion. However, underlying functions that 
implement `fstat` for specific filesystem may return values greater than 0.
   
   ## Impact
   
   Make it consistent with POSIX compliant!
   
   ## Testing
   
   Internal CI testing


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

Reply via email to