esp-idf/components
hörbert d8c3b4d646
vfs: don't overwrite errno by a hard coded ENOENT
Calling "open" in CHECK_AND_CALL sets a perfectly correct errno.
There is no need to overwrite that with a value of ENOENT, since doing
so hides lower level errors like EIO.

Closes https://github.com/espressif/esp-idf/pull/8036
2022-02-07 11:36:20 +01:00
..
2021-09-21 16:31:21 +08:00
2022-01-31 11:15:29 +05:30
2022-02-02 15:07:50 +05:30
2020-12-25 15:46:36 +08:00
2021-11-02 16:24:18 +01:00