mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 11:41:51 +08:00
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.