mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
According to the POSIX standard, `fstat` and `stat` should return 0 (`OK`) on success. This commit changed the underlying `spiffs` implementation to follow the POSIX standard.