mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 21:29:02 +00: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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| spiffs.h | ||
| spiffs_cache.c | ||
| spiffs_cache.h | ||
| spiffs_check.c | ||
| spiffs_check.h | ||
| spiffs_core.c | ||
| spiffs_core.h | ||
| spiffs_gc.c | ||
| spiffs_gc.h | ||
| spiffs_mtd.c | ||
| spiffs_mtd.h | ||
| spiffs_vfs.c | ||
| spiffs_volume.c | ||