mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
154a87993f
Functions within the OS must never set the errno value. fs_fdopen() was setting the errno value. Now, after some parameter changes, it reports errors via a negated errno integer return value as do most all other internal OS functions.