mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
fe45d8aace
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.